<
I am trying to call SetAction_click when one of the radio buttons is clicked to compute the valu of val and pass it to the server. But setAction_Click function is not called on onClick.
<input type="radio" name="group1" id ="Radio1" value="Option1" onclick ="setAction_Click" runat ...
Go to the complete details ...