If I am running a long time query, how to show a wait page at then? Is there
any recommended way to do it? Thanks.

Re: How to display a Wait page while a query is running? by Mark

Mark
Thu May 08 02:47:59 CDT 2008

"Simon" <SimonZ@nospam.nospam> wrote in message
news:eKYVd4LsIHA.6096@TK2MSFTNGP06.phx.gbl...

> If I am running a long time query, how to show a wait page at then? Is
> there any recommended way to do it?

http://www.google.co.uk/search?sourceid=navclient&hl=en-GB&ie=UTF-8&rlz=1T4GZEZ_en-GBGB252GB252&q=ASP%2eNET+Ajax+Progress


--
Mark Rae
ASP.NET MVP
http://www.markrae.net


RE: How to display a Wait page while a query is running? by stcheng

stcheng
Thu May 08 04:18:19 CDT 2008

Hi Simon,

Sure, for long-run task and waiting page, there are many existing articles
describe how to build a asynchornous processing model and waiting page:

#Building a Better Wait Page
http://www.codeproject.com/KB/aspnet/wait_page.aspx

#Implementing Waiting Pages in ASP.NET
http://www.simple-talk.com/dotnet/asp.net/implementing-waiting-pages-in-asp.
net/

here are some other reference about long-run pattern in ASP.NET web
application:

#Executing Long-Running Tasks with the Progress Bar in ASP.NET
http://www.aspfree.com/c/a/VB.NET/Executing-LongRunning-Tasks-with-the-Progr
ess-Bar-in-ASPNET/

#ASP.NET: Long Running Tasks with Page Feedback
http://www.eggheadcafe.com/articles/20051223.asp

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.



--------------------
>Reply-To: "Simon" <SimonZ@nospam.nospam>
>From: "Simon" <SimonZ@nospam.nospam>
>Subject: How to display a Wait page while a query is running?
>Date: Thu, 8 May 2008 11:46:33 +0800

>
>If I am running a long time query, how to show a wait page at then? Is
there
>any recommended way to do it? Thanks.
>
>


Re: How to display a Wait page while a query is running? by Simon

Simon
Thu May 08 20:48:08 CDT 2008

Thanks very much, Mark and Steven. It is helpful.

"Steven Cheng [MSFT]" <stcheng@online.microsoft.com> wrote in message
news:O30r6xOsIHA.1784@TK2MSFTNGHUB02.phx.gbl...
> Hi Simon,
>
> Sure, for long-run task and waiting page, there are many existing articles
> describe how to build a asynchornous processing model and waiting page:
>
> #Building a Better Wait Page
> http://www.codeproject.com/KB/aspnet/wait_page.aspx
>
> #Implementing Waiting Pages in ASP.NET
> http://www.simple-talk.com/dotnet/asp.net/implementing-waiting-pages-in-asp.
> net/
>
> here are some other reference about long-run pattern in ASP.NET web
> application:
>
> #Executing Long-Running Tasks with the Progress Bar in ASP.NET
> http://www.aspfree.com/c/a/VB.NET/Executing-LongRunning-Tasks-with-the-Progr
> ess-Bar-in-ASPNET/
>
> #ASP.NET: Long Running Tasks with Page Feedback
> http://www.eggheadcafe.com/articles/20051223.asp
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
> Delighting our customers is our #1 priority. We welcome your comments and
> suggestions about how we can improve the support we provide to you. Please
> feel free to let my manager know what you think of the level of service
> provided. You can send feedback directly to my manager at:
> msdnmg@microsoft.com.
>
> ==================================================
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
> ications.
>
> ==================================================
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
>
> --------------------
>>Reply-To: "Simon" <SimonZ@nospam.nospam>
>>From: "Simon" <SimonZ@nospam.nospam>
>>Subject: How to display a Wait page while a query is running?
>>Date: Thu, 8 May 2008 11:46:33 +0800
>
>>
>>If I am running a long time query, how to show a wait page at then? Is
> there
>>any recommended way to do it? Thanks.
>>
>>
>


Re: How to display a Wait page while a query is running? by stcheng

stcheng
Thu May 08 21:25:07 CDT 2008

You're welcome Simon,

If there is anything else we can help, welcome to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>Reply-To: "Simon" <SimonZ@nospam.nospam>
>From: "Simon" <SimonZ@nospam.nospam>
>References: <eKYVd4LsIHA.6096@TK2MSFTNGP06.phx.gbl>
<O30r6xOsIHA.1784@TK2MSFTNGHUB02.phx.gbl>
>In-Reply-To: <O30r6xOsIHA.1784@TK2MSFTNGHUB02.phx.gbl>
>Subject: Re: How to display a Wait page while a query is running?
>Date: Fri, 9 May 2008 09:48:08 +0800

>Thanks very much, Mark and Steven. It is helpful.
>
>"Steven Cheng [MSFT]" <stcheng@online.microsoft.com> wrote in message
>news:O30r6xOsIHA.1784@TK2MSFTNGHUB02.phx.gbl...
>> Hi Simon,
>>
>> Sure, for long-run task and waiting page, there are many existing
articles
>> describe how to build a asynchornous processing model and waiting page:
>>
>> #Building a Better Wait Page
>> http://www.codeproject.com/KB/aspnet/wait_page.aspx
>>
>> #Implementing Waiting Pages in ASP.NET
>>
http://www.simple-talk.com/dotnet/asp.net/implementing-waiting-pages-in-asp.
>> net/
>>
>> here are some other reference about long-run pattern in ASP.NET web
>> application:
>>
>> #Executing Long-Running Tasks with the Progress Bar in ASP.NET
>>
http://www.aspfree.com/c/a/VB.NET/Executing-LongRunning-Tasks-with-the-Progr
>> ess-Bar-in-ASPNET/
>>
>> #ASP.NET: Long Running Tasks with Page Feedback
>> http://www.eggheadcafe.com/articles/20051223.asp
>>
>> Sincerely,
>>
>> Steven Cheng
>>
>> Microsoft MSDN Online Support Lead
>>