Hi there,
I'm having two panels. One panel contains 2 drop downs and Add button, other panel contains Gridview. In the Gridview I have radio button(input control).I wrapped two panels in a Update Panel.
When I click on Add button i'm able to retrieve the dropdown selected values, but i'm unable to retrieve radio button checked value which is in another panel.
I'm assigning the radio button checked property with the jQuery
Radio button is inside the gridview
How to retrieve checked value of the radio button which is in Gridview.
Please help me.
Regards,
MZee.
Sukesh MarlaPosted Sep 16, 2012, 11:22 AM
use asp:Radiobutton instead of HTmlRadio button
It may help you
Check this is correct answer if it helped/.