post-back after updateprogress?
-
Hi, I am trying to post back the page after a button with an updateprogress executes. The basic layout of the page is this: 1. User control at the top of the page, with no update panel 2. Update panel at the bottom of the page, with a Save button. When the user clicks save, I want the updateprogress to display while it's processing (working as desired) However, after saving, I need to do a postback because the save button tries to change some display properties of the user control at the top... but does not do so without a postback. For various reasons, I could not simply place the user control inside the update panel. To make the long story short, I'm working with an ASP 1.1 site which was just recently compiled in ASP 3.5. There is a high-effort required to make this user control to work, when placed in an update panel. Thank you for your help!
Rafferty