How to enable multiselect in grid view
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
I would like to push the rows into datatable those are selected in a grid view. How to enable it. It' nice if it has checkbox in front of each row. How to achieve this?
Jey
-
I would like to push the rows into datatable those are selected in a grid view. How to enable it. It' nice if it has checkbox in front of each row. How to achieve this?
Jey
Loop out the grid and check to "Checked" check boxes if found then push whole row into the dattable. akhilesh