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...