c# - Radiobutton checked change event not firing in gridview -


i have gridview have radio button. need on selection of radiobutton have find datakey of gridview. 1 more issue , can select more 1 radio button, should not happen.

you need use literal control inject radio button markup. handle grouping 1 radio button selected. cannot standard radio control group.

see complete example working code:

http://www.asp.net/data-access/tutorials/adding-a-gridview-column-of-radio-buttons-vb


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -