Hi All,
I have a business requirement to show status bar in my application.
My routine loops thru list of customerids and generates pdf file for each
customerid. So when a pdf file is genereated for a customer, then my
statusbar should show as
either
Customer: Hilton Computers processed
or
2 out of 500 is processed.
when 3rd file processing in code behind is over, then statusbar shoudl show this.
3 out of 500 processed
4 out of 500 processed.................... & on
So that user knows that, till that customer, files are processed as 2 are processed out of 500.
I see progress bar like loading page etc but not exact status of process.
I appreciate your help.
Thanks,
PK