Radiobutton checked change event not firing in gridview

后端 未结 1 1597
轮回少年
轮回少年 2021-01-25 08:26

I have a gridview where i have a radio button. What i need is to on the selection of the radiobutton i have to find the datakey of the gridview. Also one more issue with that is

1条回答
  •  滥情空心
    2021-01-25 09:13

    You need to use a literal control to inject radio button markup. This will handle grouping so only one radio button is selected. You cannot do it with the standard radio control group.

    See this for a complete example with working code:

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

    0 讨论(0)
提交回复
热议问题