ProgressBar with while loop
Hi Friends,
Please help me out
In my project ,
1) I am selecting Employee ID from the database
2) While loop is used to get more information about employee using
these Employee ID.
3) ProgressBar is used to show progress of while loop ie. how many
employess ID are still remaining ?
Problem :
ProgressBar directly show 100% when all records fetch from the
database
Thanks in advanced.

