Hi,
I must build a page that will enable users to check the status of some accounts online. The current status can be retrieved in minimum 15-20 sec. I need some Ideeas to make the page showing something during the wait time. All the processing is done by a stored procedure. I would like to do an asyncronous call to the stored procedure (if it is possible). How can I keep the user on the page, to do not go back and hit again.

thank you,

svatasoiu