a process that will take 30 seconds
From: Antonio Policelli (blarfoc_at_yahoo.com)
Date: 12/01/04
- Next message: Alex: "Re: How to delete a hidden input's value in code-behind"
- Previous message: WizyDig: "Re: Referencing Assembly Question Without GAC?"
- Next in thread: WizyDig: "Re: a process that will take 30 seconds"
- Reply: WizyDig: "Re: a process that will take 30 seconds"
- Reply: vMike: "Re: a process that will take 30 seconds"
- Reply: vMike: "Re: a process that will take 30 seconds"
- Messages sorted by: [ date ] [ thread ]
Date: 1 Dec 2004 13:51:19 -0800
Hello, please tell me how to do this..
I have a web page that a user can manipulate and work with a database
object. it is not important what that is but for the user to start on
a new object, they must request that one be created. with a sql
server stored procedure, the object takes about 30-45 seconds to
create itself.
i want to give a user a form and when they click the button the object
gets created. when this happens, i want the button they just pushed
to not be pushable again. i would also like a popup window with maybe
a prograss bar on it or it could just be a light that moves from side
to side like the black kit car does.
so... how do i make the button unpushable and how do i make the popup
window come up and run while the object is being created but when the
object is done the popup goes away or just says "done" and user can
click "close me"
thank you
- Next message: Alex: "Re: How to delete a hidden input's value in code-behind"
- Previous message: WizyDig: "Re: Referencing Assembly Question Without GAC?"
- Next in thread: WizyDig: "Re: a process that will take 30 seconds"
- Reply: WizyDig: "Re: a process that will take 30 seconds"
- Reply: vMike: "Re: a process that will take 30 seconds"
- Reply: vMike: "Re: a process that will take 30 seconds"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|