Pages

Wednesday, August 26, 2009

GridView Tips and Tricks using ASP.NET 2.0

Tip 1: Add, Update, Delete Records in a Gridview using SqlDataSource
Tip 2: Paging and Sorting a GridView without Refreshing a Page
Tip 3: Pop-up a Confirmation box before Deleting a row in GridView
Tip 4: Display details of the Row selected in the GridView
Tip 5: Retrieve Details of the Row being Modified in GridView
Tip 6: Retrieve Details of the Row being Deleted in GridView
Tip 7: Cancelling Update and Delete in a GridView
Tip 8: Paging and Sorting in GridView without using Datasource control
Tip 9: Delete Multiple rows in a GridView
Tip 10: Export GridView To Excel