Long running process and wait message:

  • Thread starter Thread starter probashi
  • Start date Start date
P

probashi

Hi
I have a Business Component (.NET DLL) that takes about 45 to 60
seconds to calculate some data based on some input parameters. I am
calling this component from ASP.NET. While the component is working on
getting the data, I want to show some sort of wait message to user.

What is the best way to implement is ASP.NET.

Thanks
probashi
 
Hello,

I have a similar question. My customer would like an animated gif
displayed when saving, even though saving takes less than a second.
What would be the best way to accomplish this without redirecting to
another page?

Thanks,
Michelle
 
Back
Top