show progress bar
hi
is it possible to show a prgress bar of counting i.e.: progress:1 of 10
I have a server side code that do someting in a loop and I want to show a progrss bar to the user. not just the "Please wait " as shown in the book.
is it possible to do that without post back, since the server side did not finish yet (until the end of the loop)?
I know that with Ajax I might do that... but can it be done without it?
any help will be appriciated...
THX
Barak
|