kris

kris

  • NA
  • 26
  • 19.4k

How to insert all rows data from a gridview to database

Jan 22 2015 6:53 AM

I have a GridView which adds Customers from the GridView itself. I'm using the standard ASP.Net DataGrid. My question is, is there any way to insert all DataRows from a GridView to database when paging is used?

And i am using ADDButton_Click Event to insert all rows


Answers (1)