Building a DataGrid Helper Control For ASP.NET 1.x - Part 1


Server Intellect Web Hosting Solutions


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

Also See:

Atlas Auto Completion without a webservice
Using the Exception Management Application Blocks
ASP.NET 2.0 MultiView Control - No more TabStrip / Panel Show-Hide
Authenticating Users Using Login Control
Images; How to create a pop open image window that will resize the window to the fit the image.
Include Multiple .Config Files in ASP.NET Web Application
Examining ASP.NET 2.0's Site Navigation
Sorting GridView Manually
Assembly Versions and Web Projects
Virtual Web Services Through Pattern Matching



Copyright© 2005 ASP Intellect | All Rights Reserved

ASP.NET Tutorials
AspNet Tutorials ASP.NET 2.0 Code Examples, Snippets and Tutorials

ASP.NET Tutorials C++ Tutorials C# Tutorials Visual Studio.NET Tutorials
.NET Framework Tutorials Mobility Tutorials Office Tutorials Visual Basic.NET Tutorials