Datagridview
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
hello sir i am using datagrid control. pls tell me how to add submit button on datagridview. pls tell me detail. gayatri
Gayatri
-
hello sir i am using datagrid control. pls tell me how to add submit button on datagridview. pls tell me detail. gayatri
Gayatri
add button in template column and assign a commandname to that button. in code behind, check for the commandname in rowcommand event.... then do whatever necessary
Ashish Sehajpal