Click to See Complete Forum and Search --> : Progress Bar


jonah_taxt
August 19th, 2004, 05:52 PM
Hi everyone.

I need to create a progress bar so users won't think that there is something wrong. I've been searching for an answer but I haven't found one.

I was thinking of creating a progress bar, but there doesn´t seem to be a control for that...

If anyone has any way around this please help me :)

Thanx in advance

Andy Tacker
August 20th, 2004, 08:10 AM
I would recommend you the Microsoft Way.

you create 5-6 bitmaps, which will simply simulate a Progress Bar. and while your processing is going on, user will see that something's going on and wont browse away to other places....

MRutledge
August 20th, 2004, 11:20 AM
There is a good article on asp101.com called Using HTTPHandlers to create a progress bar. Look in the articles section.

jonah_taxt
August 23rd, 2004, 10:32 AM
I think I'll go the Microsoft way, which leads me to another point,

When Iwant to take the user to another page I use response.redirect()
But For what I've seen, if I use that instruction, the process of that particular page stops. So... my question is... How do I open another windows (something like a pop-up) without leaving the current page?

Thanx for any replies :)