I have a C# function on a web page that takes 10 seconds to run. While it’s running, I need to tell users what’s happening.
Is there a way I can update a div or label on web page saying ‘I’m at module 1’ etc.? I want to display progress as it is happening, not after it finishes.
Thanks!
try: