473,386 Members | 1,694 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How to display a Wait page while a query is running?

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.

Jun 27 '08 #1
4 5378
"Simon" <Si****@nospam.nospamwrote in message
news:eK**************@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?sourc...+Ajax+Progress
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jun 27 '08 #2
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/as...g-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/Ex...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:
ms****@microsoft.com.

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

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

--------------------
>Reply-To: "Simon" <Si****@nospam.nospam>
From: "Simon" <Si****@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.

Jun 27 '08 #3
Thanks very much, Mark and Steven. It is helpful.

"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:O3**************@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/as...g-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/Ex...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:
ms****@microsoft.com.

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

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

--------------------
>>Reply-To: "Simon" <Si****@nospam.nospam>
From: "Simon" <Si****@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.

Jun 27 '08 #4
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:
ms****@microsoft.com.

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

--------------------
>Reply-To: "Simon" <Si****@nospam.nospam>
From: "Simon" <Si****@nospam.nospam>
References: <eK**************@TK2MSFTNGP06.phx.gbl>
<O3**************@TK2MSFTNGHUB02.phx.gbl>
>In-Reply-To: <O3**************@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]" <st*****@online.microsoft.comwrote in message
news:O3**************@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/as...g-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/Ex...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
Jun 27 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: baltimore | last post by:
Hi, I look for a script allowing to display a page in a frame as from a link in a pop up (and close it in the same time The name of my frame is "body" In the pop up i try this function in the...
4
by: Stephajn Craig | last post by:
I have one page that may take a while to process on the server, and I'd like to implement a please wait message on this page when it posts back to the server and does its business. The page is...
1
by: joe kenney | last post by:
I have a question on designing a please wait aspx page. Currently I have a test.aspx page with codebehind page and page_onload contains my stored procedure calls. I've create something similar in...
2
by: Matt Culbreth | last post by:
Hello, I've got a fairly typical request to show a "Plese Wait" page while a long process is running. In this case, the user fills out a form, presses the button, a process searches for items,...
4
by: PinellasBoy | last post by:
I have an stored procedure which takes long time to execute. So I am trying to execute the procedure in another thread by using the thread start function. After the SP starts processing I want to...
4
by: puja patel | last post by:
hi all, I am developing a shopping cart website in C# where after selecting item, user enters credit card details and click on submit button.This request is then processed by the gateway which...
0
by: Gentian Hila | last post by:
I have a crystal report that is being displayed on the web (asp.net – VS studio 2003). I use a wait page, a very simple one, to tell the user to wait until the report is displayed, simply...
5
by: zlf | last post by:
Hello, I try to use a custom HttpHandler to add something to session, then display the original page. public void ProcessRequest(HttpContext context) { context.Session = "test"; } But, a...
2
by: digituf | last post by:
i have 2 forms here. 1) DisplayDetails.php 2) RegistrationForm.php when user click to the link 'Next' at the DisplayDetails.php page it will bring all the session value to the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.