1
Answer

How to insert all rows data from a gridview to database

kris

kris

9y
720
1

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)