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