473,779 Members | 2,092 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"Please Wait " message for long queries

mvr
Hi all

Can some one give me a sample code to display a "please wait"
message while retrieving results from the database in ASP.

Thanks
mvr
Jul 19 '05 #1
4 2777
http://www.darkfalz.com/Scripts_Details.aspx?pstID=1058
http://www.aspfaq.com/show.asp?id=2498

Ray at work

"mvr" <v_*****@hotmai l.com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Hi all

Can some one give me a sample code to display a "please wait"
message while retrieving results from the database in ASP.

Thanks
mvr

Jul 19 '05 #2
FYI....
http://www.darkfalz.com/Scripts_Details.aspx?pstID=1058
can be shortened to
http://www.darkfalz.com/1058
for those who prefer :}
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message
news:un******** ******@tk2msftn gp13.phx.gbl...
http://www.darkfalz.com/Scripts_Details.aspx?pstID=1058
http://www.aspfaq.com/show.asp?id=2498

Ray at work

"mvr" <v_*****@hotmai l.com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Hi all

Can some one give me a sample code to display a "please wait"
message while retrieving results from the database in ASP.

Thanks
mvr


Jul 19 '05 #3
I'm too lazy to do that. I just "Copy Shortcut" from the site. :] But
thanks.

Ray at work

"Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
FYI....
http://www.darkfalz.com/Scripts_Details.aspx?pstID=1058
can be shortened to
http://www.darkfalz.com/1058
for those who prefer :}
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message
news:un******** ******@tk2msftn gp13.phx.gbl...
http://www.darkfalz.com/Scripts_Details.aspx?pstID=1058
http://www.aspfaq.com/show.asp?id=2498

Ray at work

"mvr" <v_*****@hotmai l.com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Hi all

Can some one give me a sample code to display a "please wait"
message while retrieving results from the database in ASP.

Thanks
mvr



Jul 19 '05 #4
That's why I put the "Link To This Page" on the top of each post, so you can
copy that link for a paste into a post/e-mail/etc :}

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
I'm too lazy to do that. I just "Copy Shortcut" from the site. :] But
thanks.

Ray at work

"Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
FYI....
http://www.darkfalz.com/Scripts_Details.aspx?pstID=1058
can be shortened to
http://www.darkfalz.com/1058
for those who prefer :}
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message
news:un******** ******@tk2msftn gp13.phx.gbl...
http://www.darkfalz.com/Scripts_Details.aspx?pstID=1058
http://www.aspfaq.com/show.asp?id=2498

Ray at work

"mvr" <v_*****@hotmai l.com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
> Hi all
>
> Can some one give me a sample code to display a "please wait" > message while retrieving results from the database in ASP.
>
> Thanks
> mvr
>
>



Jul 19 '05 #5

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

Similar topics

1
1011
by: metsymani | last post by:
In my web application, I have a search screen coded in ASP.Net. The Search process takes lot of time. So, I need to show a wait page informing the user that "Search is in progress. Please wait" along with an animated gif. I have placed a div in the search page which contains the message and animated gif. I hide the div by making "display: none" in the onload function of the body tag. On click of the Search button(type = Submit), I call a...
3
4643
by: John Dalberg | last post by:
Hi I have a form that opens a new window for the results. Because the results might take a few seconds due to server processing, I would like to display a message "please wait" in the new window, erase that message when the processing is done and show the results. How is this done? John Dalberg
1
2600
by: Kent P. Iler | last post by:
Hi, I am using ASP.NET to allow users to upload files to the server. However, I haven't found a way to display a message and take away the submit button during the upload process. What is the easiest way to do this, and is there an easy way without buying a 3rd party util. to show a progress bar during the upload so they can see how long it's going to take??
9
3340
by: John Walker | last post by:
Hi, I have a datagrid with a radiobutton template column, with AutoPostBack set to TRUE. When the user clicks on a radiobutton the application will PostBack, and in the PostBack there will be certain logic performed, and the dataview will be re-binded to the datagrid. There turns out to be about 2-5 seconds delay between the time the user clicks the radiobutton and when the page is completely re-loaded. During this time the user may try...
3
3685
by: Ben Fidge | last post by:
Hi Our app performs a quite lengthy process when the user clicks a button. We'd like to display a little pop-up "Please Wait..." notification using an animated gif. How would I go about this? Thanks
1
4117
by: VMI | last post by:
In my Windows App, how can I add a nice "Please wait" message to my datagridview? With a datagrid I would be able to clear all columns, add one table with one row with the messsage, and bind it to the grid. But I added the columns to the gridview through the designer, so I'm not sure how to add the columns programmatically. Anyone have any suggestions? Thanks. VS2005 v2.0
3
5168
by: =?ISO-8859-1?B?Rvpsdmlv?= | last post by:
Hello all, My application delay some minutes when I press a button(it's doing some working ). How can I put a message: "Please wating" during this delay? It is important that after the execution finish this message disappear. Fúlvio
5
3236
by: Jeremy | last post by:
Hi all, I have database actions that will potentially take several seconds to complete. My normal page uses AJAX so keeping the user informed of what is happening is not a problem. However, the page also has fallback code in case of no Javascript. In this case I would like to display temporary "please wait" type page
1
2377
by: =?Utf-8?B?Sm9obiBXYWxrZXI=?= | last post by:
Hi, I have a webpage designed with asp.net 2.0. Is there a way to display a "please wait" message to the screen horizontally centered and veritcally 20px from the VISIBLE top of the page, regardless of what kind of scrolling the user has done? I am currently displaying a "please wait" message (the DIV section shown below, which i'm showing/hiding) when the user clicks save, but the user is
0
9633
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9474
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10305
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10137
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9928
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7483
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6724
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5503
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.