PDA

Click to See Complete Forum and Search --> : Wait Screen


msdnexpert
Feb 17th, 2001, 01:11 PM
Dear all,
How does one display a wait screen in ASP i.e I have got a search page where I give my serach criteria. While the search results are being processed I would like to display a wait screen which will be replaced by the search results when the search results are available. Thanks in advance.

Brandito
Feb 19th, 2001, 02:41 PM
Hermmm... default the search page to your "You are waiting... blah" page. Do the search Server Side. Have it refresh that page with the results. It will have the effect that you are looking for. This is mostly used with frames.

That is one way you can easily do it with ASP.

msdnexpert
Feb 20th, 2001, 02:46 AM
Thankx Brandito.