How can i use progress bar in web application c#, without ajax tools... When i click from one page to next page..the page load should be shown as in progress bar.. Can anyone help out, without ajax tools..
Thank you in advance
|
How can i use progress bar in web application c#, without ajax tools... When i click from one page to next page..the page load should be shown as in progress bar.. Can anyone help out, without ajax tools.. Thank you in advance |
||||
|
|
|
I think you still need javascript but dont need to use the AJAX update panel.
this will in effect display the progress meter until the page has actually posted back. Wired up Button
Progress Meter Div
Javascript
|
|||
|
|
|
I did in this way, when page load, before loading complete I am show progress bar...
|
|||||
|
|