RE: Display Message while code runs.



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
>
.



Relevant Pages

  • Re: Referincing Fields
    ... depending on the path and there are about 50 of these types of fields I am ... a query that will create a single units field in my query that will ... than going in and trying to edit a nested Iff statement(I currently have ...
    (microsoft.public.access.modulesdaovba)
  • Re: Multiply Query
    ... criteria field on the query back to the dialog form i've created. ... depending on what the other criteria ... If some of these controls are textboxes which may be ... I have found it useful to divide up the SQL string into substrings ...
    (microsoft.public.access.formscoding)
  • Re: different results of query from different workstations
    ... The query converts a txt-field into a date format with the following ... General Date will have variable appearance depending on the computer's ... if your intention is to find all values more recent than 26 hours ago. ...
    (microsoft.public.access.queries)
  • Re: Classes functions....help!
    ... Not to take anything away from what Kevin said, but one possibility, ... depending on your database type/design, you could construct a query as such: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Multiply Query
    ... criteria field on the query back to the dialog form i've created. ... Quoted and Non Quoted projects, depending on what the other criteria ...
    (microsoft.public.access.formscoding)

Loading