How to find checked RadioButton inside Repeater Item?

后端 未结 3 2137
一生所求
一生所求 2020-12-31 18:19

I have a Repeater control on ASPX-page defined like this:



        
3条回答
  •  不思量自难忘°
    2020-12-31 18:57

    Since You are using javascript already to handle the radio button click event on the client, you could update a hidden field with the selected value at the same time.

    Your server code would then just access the selected value from the hidden field.

提交回复
热议问题