RE: Display Message while code runs.
- From: "Phillip Williams" <Phillip.Williams@xxxxxxxxxxxx>
- Date: Thu, 2 Jun 2005 12:19:33 -0700
The browser display to the user would not appear until all of the queries
have finished.
You may, however, depending on the nature of your query, divide the query to
several shorter steps, each executing simultaneously using asynchronous
programming:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpovrasynchronousprogrammingoverview.asp
--
http://www.webswapp.com
http://www.societopia.net
"David Allison" wrote:
> I have written a Login page which initializes a session. I am trying to display a message to the user letting them know that the session is intializing. I would ideally like to load a page that displays while the query is running. Any ideas on how to accomplish this? I have tried to add webforms and user their page load events to launch my code but that does not work.
>
> From http://www.developmentnow.com/g/8_2003_11_0_0_0/dotnet-framework-aspnet.htm
>
> Posted via DevelopmentNow.com Groups
> http://www.developmentnow.com
>
.
- References:
- Display Message while code runs.
- From: David Allison
- Display Message while code runs.
- Prev by Date: GAC but still get File or assembly name... was not found
- Next by Date: Two-way Sorting Using Stored Procs...
- Previous by thread: Display Message while code runs.
- Next by thread: Re: Display Message while code runs.
- Index(es):
Relevant Pages
|
Loading