Hello,
I have a webpage that reads data from an external source. It can take awhile to retrieve the data.
I was wondering if someone could give me an idea on the best way to have this happen in the background. I would like the page to come up and display 'Processing' (or somthing like that) in the panel where the data will eventually be displayed.
I thought of the BackgroundWorker component, or maybe an AsyncPostBackTrigger... not sure if these will even solve the problem to my satisfaction.
So... does anyone have any ideas as to a good approach to the problem?
Thanks for the advice!!