Datagrid controls
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Can I insert rows in to a datagrid after binding it to a Dataset? Would really appreciate if anyone has any input on this. Thanks, Sucharita.
Hi, You can insert the rows into the DataGrid after also if u have binded it with DataSet earlier. What u do is Keep the DataSet as Static or Keep it in Session. Do insert the rows into the DataSet,it automatically added to the DataGrid. Regards, Sukesh.g
-
Can I insert rows in to a datagrid after binding it to a Dataset? Would really appreciate if anyone has any input on this. Thanks, Sucharita.