Hi,
is it possible to get a variable from code behind through javascript or similar during long running process? I'm programming in vb.net.
I have a long running process running asynchronously. It splits strings and checks them against a database and processes them if needed. This can take up to a few hours in worst case. During this process a variable (varword) is set for every word in a string
as soon as it is processed and I would like to show the word being processing at a given time via javascript alert (coded on aspx-file). The given time e.g. could be every 5 minutes.
Thanks in advance,
Pascal
Go to the complete details ...