473,385 Members | 1,769 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,385 software developers and data experts.

display wait message in webform

Hi,
How to display a "Please wait" message in a webform when
the webform is doing processing? The processing is
initiated by user clicking a button.
Thanks,
Deepblue
Jul 21 '05 #1
4 2466
Place the image in a style tag and set the style tag's visibility property
to true at the beginning of the processing and false at the end.
"deepblue" <de*********@hotmail.com> wrote in message
news:45****************************@phx.gbl...
Hi,
How to display a "Please wait" message in a webform when
the webform is doing processing? The processing is
initiated by user clicking a button.
Thanks,
Deepblue

Jul 21 '05 #2
Thanks for the response. I have seen some examples
hiding/showing images in javascript, the problem is I am
using vb.net, server control button, is there a way to
show/hide image from code-behind(or a combination of
script/code-behind)? And to show it immediately after
user clicked the button.
Thanks,
Deeplblue

-----Original Message-----
Place the image in a style tag and set the style tag's visibility propertyto true at the beginning of the processing and false at the end.

"deepblue" <de*********@hotmail.com> wrote in message
news:45****************************@phx.gbl...
Hi,
How to display a "Please wait" message in a webform when the webform is doing processing? The processing is
initiated by user clicking a button.
Thanks,
Deepblue

.

Jul 21 '05 #3
A Web Forms Image control has a visibility property, just set it at the
appropriate times:

Sub Button_Click()
MyWaitImage.Visibility = true

'Do what needs to be done

MyWaitImage.Visibility = False
End Sub
"deepblue" <de*********@hotmail.com> wrote in message
news:07****************************@phx.gbl...
Thanks for the response. I have seen some examples
hiding/showing images in javascript, the problem is I am
using vb.net, server control button, is there a way to
show/hide image from code-behind(or a combination of
script/code-behind)? And to show it immediately after
user clicked the button.
Thanks,
Deeplblue

-----Original Message-----
Place the image in a style tag and set the style tag's

visibility property
to true at the beginning of the processing and false at

the end.


"deepblue" <de*********@hotmail.com> wrote in message
news:45****************************@phx.gbl...
Hi,
How to display a "Please wait" message in a webform when the webform is doing processing? The processing is
initiated by user clicking a button.
Thanks,
Deepblue

.

Jul 21 '05 #4
but does the page return to the browser while the processing is going on
or does the user simply see a blank page until processing is done?

Scott M. wrote:
A Web Forms Image control has a visibility property, just set it at the
appropriate times:

Sub Button_Click()
MyWaitImage.Visibility = true

'Do what needs to be done

MyWaitImage.Visibility = False
End Sub
"deepblue" <de*********@hotmail.com> wrote in message
news:07****************************@phx.gbl...
Thanks for the response. I have seen some examples
hiding/showing images in javascript, the problem is I am
using vb.net, server control button, is there a way to
show/hide image from code-behind(or a combination of
script/code-behind)? And to show it immediately after
user clicked the button.
Thanks,
Deeplblue
-----Original Message-----
Place the image in a style tag and set the style tag's


visibility property
to true at the beginning of the processing and false at


the end.

"deepblue" <de*********@hotmail.com> wrote in message
news:45****************************@phx.gbl.. .

Hi,
How to display a "Please wait" message in a webform


when
the webform is doing processing? The processing is
initiated by user clicking a button.
Thanks,
Deepblue
.



Jul 21 '05 #5

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

Similar topics

1
by: deepblue | last post by:
Hi, I need to display a "please wait" message when the user click a post button on a webform, so that the webform can start data processing. I am using asp.net in vb.net code- behind. I saw some...
1
by: Alex Li | last post by:
Dear js/xmlhttp experts, I spent hours but could not solve this problem and hope someone could give me a clue: a onclick event will invoke a function to do a few things: 1. make a hidden DIV...
1
by: batham | last post by:
Gurus, I have a mainpage.aspx webform, in the page load of this page I am displaying a text "Please wait connecting..." and then I want the user to see this output on the WebForm, while I do...
6
by: Zingam | last post by:
Is it possible to insert a WinForm in a WebForm? I'd like for example to insert a managed directx viewer in a webform, that would display 3d graphics on the form? Is this possible? Regards,...
1
by: NH | last post by:
Hi, I'm struggling to display an image on asp.net webform (vb.net). The image is stored in a image field in a sql server database. I have read a good few solutions to it and still havnt got it...
5
by: Stephen Noronha | last post by:
Hi all, I have a question, I have a restricted page (lots of data) and it really causes problems if i display all data, so I want to use a pop up to display the rest of the data, if i use a...
4
by: deepblue | last post by:
Hi, How to display a "Please wait" message in a webform when the webform is doing processing? The processing is initiated by user clicking a button. Thanks, Deepblue
1
by: David Thielen | last post by:
Hi; I would like to display a page then immediately cause a post back (the 1st page will have a big "working..." on it, then in the post back do my query which will take a couple of seconds, and...
14
by: lmttag | last post by:
Hello. We're developing an ASP.NET 2.0 (C#) application and we're trying to AJAX-enable it. We're having problem with a page not showing the page while a long-running process is executing. So,...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...
0
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...

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.