GridView Edit, Update, Delete, Paging, Sorting using DLINQ
Introduction:
Microsoft DLINQ is part of the .NET 3.0 framework.
DLINQ allows the developer to iterate through data
sources which includes SQL SERVER databases. In this
article I will demonstrate how you can use DLINQ to
perform editing, updating, paging, sorting and deleting
operations on the GridView control.