ATLAS UpdatePanel problem with Postback Scripts and invisible controls
Posted by: Rick Strahls WebLog,
on 29 Mar 2006 |
View original | Bookmarked: 0 time(s)
Here's a bug with the ATLAS UpdatePanel: If you have invisible controls in the updatepanel that require PostBack scripts to be embedded into the page, and you then later enable
I just build a progressbar sample that simulates a long running request on the server and it starts out displaying the progress bar and the DataGrid that eventually is used to display the data is not loaded because no data has yet been loaded into it. After the processing is complete, the code goes back and fetches...