Building a DataGrid Helper Control For ASP.NET 1.x - Part 1
Author:
Li Chen
The DataGrid control in ASP.NET 1.x is a very powerful control. However, it still requires many lines of code to create a functional data access page using the DataGrid control. Much of the coding related to the DataGrid control is repetitive. The upcoming ASP.NET 2.0 has a new GridView control and several data source controls. Using the GridView control and one of the data source controls, it is possible to build a data access page without writing a single line of code. In this series of articles, we will develop a customer control that would drastically simplify the DataGrid programming in ASP.NET 1.x today.
More Tutorials
|