Tuesday, Jan 6 by Amit Jain
In this example i am populating gridview without using sqlDataSource but by creating Sqlconnection and SqlCommand, i've put a textbox for text to search in footer of gridview using footer template , and the search results are highlighted using regular expression, i m using AJAX for partial postback...
Monday, Jan 5 by Manuel Abadia
One of the greatest problems when trying to optimize an ASP.NET page to be more search engine friendly is the view state hidden field. Most search engines give more score to the content of the firsts thousands of bytes of the document so if your first 2 KB or more are view state junk your pages are...
Friday, Jan 2 by Timothy Khouri
ASP.NET is an awesome web development platform that many developers wouldn't ever want to part with. However, if given the option, there are definitely parts of the package that you may want to swap out. This article will show you how easy it can be to break away from the "inline-ASP" or "Web...
Thursday, Jan 1 by Scott Lysle
This article describes the use of filter expressions in junction with an SQL Data Source.