Links

1. dotnet 2.0 class library

2. dotnet 2.0 programming

3. data grid in 2.0

4. articles from codeguru

5. more articles

6. msdn guide to .net development

7. Samples from gotdotnet

where can i find the the api or the class reference?

Can I add columns on the fly?

web controls api reference

What is a table control?

gridview ref

If you are familiar with the DataGrid control from the .NET Framework version 1.0, the GridView control is the successor to the DataGrid control.

datatable
datacolumn
datarow
dataview

They all seem to be data equivalents of an html table

Somehow they are connected to a data source

create a data set

declare a data grid

bind the dataset to the datagrid in onload via the datasource attribute of the datagrid

Check my article on constructing datasets on the fly

Test that dataset in ui

using data sets

understanding xml and data sets

The above might be an easy way to load data from xml

How to quickly read a dataset from xml?

How to write a data set as xml

Creating a data grid programmatically Not sure how good it is.

msdn documentation

Common data grid mistakes

This is also a jump pointer to other articles in asp.net

Dynamically create a datagrid programmatically

some ideas on master pages

Creating DataGrid Templated Columns Dynamically - Part I

Binding columns dynamically in DataGrid

BoundColumn
HyperLinkColumn
ButtonColumn
EditCOmmandColumn
TemplateColumn

DataGrid Template Columns creation in Runtime (using C#) and DataBinding

Creating Custom Columns for the ASP.NET Datagrid

http://msdn.microsoft.com/msdnmag/issues/01/03/cutting/

Just vary the month number to get the rest

The cutting edge archive