Difference between DataGrid and DataGridView control

The New DataGridView control introduced in Visual Studio .Net 2005 supports advanced features that was not included in earlier version of DataGrid control. The DataGridView control flexible and easier to extend and customize than the DataGrid control. I have sorted down difference between DataGrid and DataGridView control in following points.…continue reading →
How to use GRUB in WINDOWS environment

How to use GRUB in WINDOWS environment

There is a project in sourceforge.net called WINGRUB/GRUB4DOS. It is an extension of GRUB in DOS environment enables dos users to run configuration console in real mode. The project also has a utility called WINGRUB to help configuring and installing GRUB in the WINDOWS environment. Download location: https://sourceforge.net/projects/grub4dos How to…continue reading →
Unlimited Email Storage Space On Rediff

Unlimited Email Storage Space On Rediff

In the highly competitive environment Rediff has introduced unlimited storage space for the free users. This is amazing idea strategy to increase user base but what about the POP3 service Gmail is providing absolutely free? Rediff also has launched new version of RediffMail with the numerous cutting-edge features. some of…continue reading →

Useful .htaccess Rules

Redirecting old domain name to new domain name with the old page to new page. ? Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] Hiding .php extension by this rule. Entire .html page on your domain will be translate as .php page. Options +FollowSymLinks RewriteEngine on RewriteRule (.*).html$ $1.php Resolving…continue reading →

What is AJAX?

Ajax is the web technology that enable web application behave just like desktop application. One of the biggest problems with traditional web programs is that they have that ?Web? feel ? you have to keep clicking buttons to move from one page to another page, and watch the screen flicker…continue reading →
  • 1
  • 2