I have a GridView. I have to collect the GridViewRow where checkbox is selected. How can I achieve it without any client side script? Please help me to get this done.
I have a GridView . I have to collect the GridViewRow where checkbox is
Share
If you are familiar with LINQ,you can get this something like
All the best.