I have a long running server side process (gets data via a web service in batches as part of a do/while loop). On each pass through the loop I want to push a status message back to a label control in an update panel on the client.
I've tried assigning the value to the label in code behind and then using a timer control to refresh the update panel every minute. But that doesn't seem to work.
Any ideas or suggestions?
TIA