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

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -