Creating controls dynamically in C# WinForm
If you unsure of the number of records in your Database and would like to show them on a form...
Programming Related Technology Blog
If you unsure of the number of records in your Database and would like to show them on a form...
You are fetching values from DB and not sure if they have a null value in them. If you directly...
Code snippet for validating a phpGrid column in javascript of a multi-select Grid. For example in order select orders from...
Add the following to your htaccess file immediately after RewriteEngine on RewriteCond %{HTTP_HOST} ^mywebsite.com$ RewriteRule ^(.*) http://www.mywebsite.com/$1 Replace mywebsite with...
There are two ways to get this done If you have too many links add following anywhere in the head...
Selected Text string SelectedText = Convert.ToString((DataGridView1.Rows.Cells as DataGridViewComboBoxCell).FormattedValue.ToString()); Selected Value int SelectedVal = Convert.ToInt32(DataGridView1.Rows.Cells.Value);
For a long running task we would need to use Wait Cursor to indicate users about background processing Cursor =...
ItĀ is often required to haveĀ Newsletter subscription form on the home page of your website. For that i have...
If unicode not enabled CString str = "Hello World"; char *c = (char *)(LPCTSTR)str; If unicode support is enabled in...
Redirect to a another page of your website or any other website after some fixed time interval Compatible with Firefox,...