Click here to Skip to main content
15,905,233 members
Articles / Web Development / HTML

ASP.NET Binding: DataGrid to Vertical Table

Rate me:
Please Sign up or sign in to vote.
4.42/5 (8 votes)
3 Jan 20054 min read 144.5K   1.6K   63  
A simple way to bind a Vertical Table with a DataGrid in ASP.NET
In this article, we will illustrate practical aspects of binding the ASP.NET DataGrid component to certain custom data sources, especially a Vertical Table, which stores data in arrays of columns rather than arrays of records. Examples start with traditional ADO.NET DataTable, through arrays of custom records and finishes with the Vertical Table in a comparative fashion.

Views

Daily Counts

Downloads

Weekly Counts


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions