Using Gridview in ASP.NET 2.0

By Aurelie A. Peralta

Gridview Demo in ASP.NET 2.0

I have prepared a simple application in ASP.NET that uses a Gridview Object to perform Searching, Adding, Editing, and Deleting of records. The editing and deleting operations will be performed in the Gridview object itself. Column Sorting and Numeric Paging of records were also incorporated.

(more…)