c# - Insert Update Delete in DataTable in gridview -


how insert update , delete record using datatable using gridview(asp.net , c#.net).

datatable columns are

  1. id
  2. studentname
  3. city

all crud operations(insert, update, delete) operation should perform using datatable. no database server required.

binding gridview datatable should let same operations:

mygridview.datasource = mydatatable; mygridview.databind(); 

Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

php - Calling a template part from a post -

How to mention the localhost in android -