Saturday, July 19, 2008 by Bilal Haidar
In this article, I will show you one of the ways you can use to handle adding controls dynamically in an ASP.NET Page.
Friday, July 18, 2008 by Junnark S. Vicencio
In Part 1 we built a very simple, flicker-free, frame-less, web chat application using ASP.Net 3.5, LINQ-to-SQL, AJAX and MS SQL Server, with your choice of either C# 3.5 or VB 9.0 in about 2 hours. As promised, we will add functionality to our previous chatroom application so that users will have...
Wednesday, July 16, 2008 by Saifi Hasan
The GridView is a very powerful control and has all the features including paging/sorting etc. But while using GridView in your project, you have to assign the PageSize property of the GridView programmatically, which users then cannot change. Sometimes, users require the feature to change the page...
Tuesday, July 15, 2008 by Brian Mains
Brian Mains talks about the GridView control in the context of 3-tier ASP.NET applications.