Hi,
I have a page with some radio buttons on it. They are all have runat=server properties. I have code that runs when one of them is clicked/checked on CheckChanged.
My problem is that I want to change which radio button is checked in client script, but that doesn't force a postback to the server to run my server code.
How can I force a postback when user clicks the button or i set it on script.
What I have tried is calling this function that asp.net generates.
__doPostBack('CtlMugImage1$optImgText','');
Thanks
I have a page with some radio buttons on it. They are all have runat=server properties. I have code that runs when one of them is clicked/checked on CheckChanged.
My problem is that I want to change which radio button is checked in client script, but that doesn't force a postback to the server to run my server code.
How can I force a postback when user clicks the button or i set it on script.
What I have tried is calling this function that asp.net generates.
__doPostBack('CtlMugImage1$optImgText','');
Thanks