How do I implement radio buttons in a grid view? I used asp:radiob button but the problem is that it selects all the radio buttons in the list. How do I select only one radio button at a time?
How do I implement radio buttons in a grid view? I used asp:radiob button
Share
Make all the radio buttons part of a group by defing a
GroupNamefor them.Here is an example: