Results 1 to 3 of 3

Thread: ProgressBar

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Posts
    13

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

  2. #2
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Question

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


  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Posts
    13

    Question

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width