0
kicks
Insert Edit Update GridView with ObjectDataSource in asp.net
In this example i am going to describe how to edit and update GridView using ObjectDataSource
For this i've created a simple database with a table named Details having 3 columns ID,Name and Location.
Open Visual studio and create a new website. Now right click on solution explorer and select add new Item > Sql Database > name it DataBase.mdf
Create a table with columns i mentioned above in this Database.
Right click on Solution explorer and Select add new Item > choose DataSet from the dialog box