How can I add , update , delete a row
C#
3
Posts
3
Posters
0
Views
1
Watching
-
hi, Check this site for your queary. www.datagridgirl.com Section head : article ************************** S r e e j i t h N a i r **************************
-
Hi skywen, When you are using Datagrid control on winforms by default it allows you to add, delete , update rows during the runtime. If you are using a Data grid webserver control you need to use footer template to create this functionality. Thanks SGS