hai
using stored procedure how can i delete checkbox selected row from datagridview in C#.net.
plzzzzzzz help meeee..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sukesh MarlaPosted Aug 30, 2012, 5:42 AM
yes just loop though GridviewRow and Find Checkbox using FindControl mthod of gridviewrow
and once its found check whethre its checked or not..
If yes Delete the row from the Datasource and rebind the grid.
Check this is correct answer if it helped