Home All Groups Group Topic Archive Search About
Author
24 Feb 2006 7:39 PM
Ben Fidge
Can anyone recommend any good controls to implement animated buttons. I want
something that can perform the following:

- Must initially display a static image
- When clicked the button must seamlessly display an animated GIF while
waiting for the postback to return

The idea is to provide some indication to the user that a process is running
between page postbacks. For example, at our sites checkout page, we have to
exchange data with one of our vendors machiens and this can take 30 seconds
or so sometimes. We want to provide a small progress bar style animation to
the user while it is happening.

Ben

Author
24 Feb 2006 8:21 PM
Bruce Barker
unless you want to write an active/x control of java applet which can start
a background thread (the main ie thread is stalled during postback) to run
the animation, you should use a polling. google this newgroup for progress
bar suggestions, i believe there are some controls.

-- bruce (sqlwork.com(

Show quoteHide quote
"Ben Fidge" <ben.fidge@nospambtopenworld.com> wrote in message
news:epvVpoXOGHA.3144@TK2MSFTNGP11.phx.gbl...
> Can anyone recommend any good controls to implement animated buttons. I
> want something that can perform the following:
>
> - Must initially display a static image
> - When clicked the button must seamlessly display an animated GIF while
> waiting for the postback to return
>
> The idea is to provide some indication to the user that a process is
> running between page postbacks. For example, at our sites checkout page,
> we have to exchange data with one of our vendors machiens and this can
> take 30 seconds or so sometimes. We want to provide a small progress bar
> style animation to the user while it is happening.
>
> Ben
>
>
Are all your drivers up to date? click for free checkup

Author
25 Feb 2006 7:28 PM
Ben Fidge
Hi Bruce,

This isn't quite what I'm after. I actually use PleaseWaitButton
(http://www.codeproject.com/aspnet/PleaseWaitButton.asp) but this is giving
me a lot of problems since going over to ASP.NET 2.0

Thanks for your response however.

Ben


Show quoteHide quote
"Bruce Barker" <brubar_nospamplease_@safeco.com> wrote in message
news:e05fy$XOGHA.1676@TK2MSFTNGP09.phx.gbl...
> unless you want to write an active/x control of java applet which can
> start a background thread (the main ie thread is stalled during postback)
> to run the animation, you should use a polling. google this newgroup for
> progress bar suggestions, i believe there are some controls.
>
> -- bruce (sqlwork.com(
>
> "Ben Fidge" <ben.fidge@nospambtopenworld.com> wrote in message
> news:epvVpoXOGHA.3144@TK2MSFTNGP11.phx.gbl...
>> Can anyone recommend any good controls to implement animated buttons. I
>> want something that can perform the following:
>>
>> - Must initially display a static image
>> - When clicked the button must seamlessly display an animated GIF while
>> waiting for the postback to return
>>
>> The idea is to provide some indication to the user that a process is
>> running between page postbacks. For example, at our sites checkout page,
>> we have to exchange data with one of our vendors machiens and this can
>> take 30 seconds or so sometimes. We want to provide a small progress bar
>> style animation to the user while it is happening.
>>
>> Ben
>>
>>
>
>

Bookmark and Share