Save Datagrid Value in Database
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, I need to save the Datagrid value in Database. Can any help me out. Thanks in Advance.
jebin k wrote:
need to save the Datagrid value in Database
Iterate through DataGrid rows, and insert into DB. What's problem here ?
-
jebin k wrote:
need to save the Datagrid value in Database
Iterate through DataGrid rows, and insert into DB. What's problem here ?