Hello,
I got a portion of the website that calls out to a web service and some other external requests and I decided to turn this into asynchronous model (to free up threads so they can process other requests) and everything is working fine, everything executes but...
When everything completes I am calling a modalpopup extender serverside from the toolkit but I don't see it displaying (makes sense since it's not done on the UI thread) so my question is:
How can I access the UI portion of the page from a method that's being asynchronously executed?
Best Regards, Jure