I have a radiobutton list named rdbModules and a GridView named dgvMenu.dgvMenu contains five CheckBoxes name chkSelect,chkAdd,chkUpdate,chkDelete,chkReport.
I have populated dgvMenu from the database depends on the selection of rdbModule.
The problem in when I am selecting checkbox inside the gridview it is working fine.
Suppose I have selected first item from radiobuttonlist and then selected some checkboxes from gridview. After that if I select the second or any other other options from the radio button list i am not able to get the selected checkbox details inside the gridview for the selection of first item of the radio button list.