Modal pop up extender on click of radio button
-
Hi, I m using asp.net 2008 (framework 3.5) with Ajax. I have a requirement where i want to open modal pop up on selection of either yes/no from radio buttons. Targetcontrolid of modal pop up extender is id of selected radiobutton. Although it opens the modal pop up but it does not retain the selected value of radio button. I m also using update panel here to prevent postback but still it does not work. If anyone can tell me what i m missing here.
-
Hi, I m using asp.net 2008 (framework 3.5) with Ajax. I have a requirement where i want to open modal pop up on selection of either yes/no from radio buttons. Targetcontrolid of modal pop up extender is id of selected radiobutton. Although it opens the modal pop up but it does not retain the selected value of radio button. I m also using update panel here to prevent postback but still it does not work. If anyone can tell me what i m missing here.
I m using asp.net 2008 (framework 3.5) with Ajax. I have a requirement where i want to open modal pop up on selection of either yes/no from radio buttons. Targetcontrolid of modal pop up extender is id of selected radiobuttonlist. Although it opens the modal pop up but it does not retain the selected value of radio button. can anyone help