Working With ObjectDataSource And GridView
This tutorial explains how to connect to data source with ObjectDataSource and show data in GridView. A GridView supplies data in table form with the possibility to sort, edit, select an item and even split the data over several pages. ObjectDataSource supplies the possibility to use the 3 tier design model and has the advantage that less code has to be written.