I just want to share some experience about binding the ASP.NET 2.0 GridView (DataGrid successor) to a DataSet without using the DataAdapter like feature of the datasource. There are two ways to bind the GridView: DataSourceID (basically used at design
Read More...