I have an updateprogress in my aspx file, which has a "label control" in it with a text "Loading...", while I run my code, there is a "for loop" in my code. While this loop continues, I want to show the current row number in my update progress, so that user can see how much rows left until it ends.

How can I do that ?

Thanks.

link|improve this question

66% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Maybe it's good to use BackgroundWorker here?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.