Hi, there.

I am creating an ASP.NET application where users make some selections and the click a button to begin processing. The processing will take a long time and I'd like to be able to provide a progressbar or a label that will continually update throughout the processing.

Is it possible to do this instead of just having the user wait and not know what the progress is? If it is possible, how?

Thanks.