-
ProgressBar
we have a web application. there we have two aspx forms. the first form contains a button and a flash-progressbar which initial state is visible=false. if we press the button we want to redirect to the second form. this redirect-process takes a very long time and so we want to display the progress bar.
in the button_clicked event method we set the progressbar visible and redirect to the page but the bar will not be displayed.
plz help, we need it for a school project...
-
Wrong forum. Post in the ASP.NET forum next time.
Try making the 2nd page into the third page, and create a new second page. On the second page show your flash progress bar and then 1 second after the page loads redirect it to page 3.
I doubt it'll work, but it's worth a try.
The better solution is to make your website into a desktop app. :D
-
but how can we display the content of the 1st page & the progressbar on a second page??
it does work when we link from the 1st page to a blank page with the progress bar to the 3rd page, but thats not the way it should be!!
thx for ya help