Problem with Multiple Popup Control Extenders in Single Modal Popup.
-
Hello, This is Vikash Gohil. I have created a web page where I am showing a Modal Popup. On this Popup I have 3 textboxes. Each textbox has a Popup Control Extender attached to it. The Popup Control displays RadiobuttonList Control to select a value. On Selecting the value, the selected value gets copied in the respective textbox. Upto this point it works fine. The problem is after selecting the value in the first textbox, when I goto another textbox and select a value from the Popup, the value from the previous textbox disappears due to post back. ie. when I select a value in one textbox, values from other 2 textboxes disappears due to Autopostback. What Can i do to preserve the value. Also I have other textbox with no Popup extender and there values do not change on postback. Can somebody explain me why this is happening. Any help would be great. Thanks in Advance.
-
Hello, This is Vikash Gohil. I have created a web page where I am showing a Modal Popup. On this Popup I have 3 textboxes. Each textbox has a Popup Control Extender attached to it. The Popup Control displays RadiobuttonList Control to select a value. On Selecting the value, the selected value gets copied in the respective textbox. Upto this point it works fine. The problem is after selecting the value in the first textbox, when I goto another textbox and select a value from the Popup, the value from the previous textbox disappears due to post back. ie. when I select a value in one textbox, values from other 2 textboxes disappears due to Autopostback. What Can i do to preserve the value. Also I have other textbox with no Popup extender and there values do not change on postback. Can somebody explain me why this is happening. Any help would be great. Thanks in Advance.