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
Post a Comment