I am using telerik ajaxmanager(irrelevant just fyi, just imagine updatepanel) to manage some dynamically added link buttons on a page and am having a problem that I am unsure how to solve.
here is the issue sequence:
1.the link buttons postback and a new script is added to the page after the postback is complete to open a new page with a report.
2. the report on THE NEW PAGE queries the database. The queries can take some considerable time.
3. If I try and click on another link button on the original page, the new postback will not begin until the separate page's query is complete and it is loaded.
I am not sure how the blocking is occuring. In step one, I watch the page OnUnload complete and return control to the page prior to the new page opening. I am confused how the new page blocks any new postbacks until it is complete.
Anyone have an idea?
Go to the complete details ...