Checkbox checked length in gridview using asp .net server side
I am having one gridview and check box for each row of gridview and one
button outside gridview.
If I click on button then it should check for atmost one checkbox should
be checked, otherwise it will display a message and return from loop.
But how to get the checkbox selected length in gridview in serverside.