Editing Gridview Using LINQ

       This article describes the easiest way of editing gridview by using LINQ data source and         DataContext.        Explained step by step as below, 1)      Create DataContext using Northwind Database.  Drag and drop the Product table in to Northwind.dbml datacontext, as shown below.   2)      Add Grid view to webform and choose datasource for the Gridview. Choose new…

Read More →