473,508 Members | 1,998 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2472
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
6336
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
2127
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
1813
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
2639
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
1577
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
1624
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
329
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
1492
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
23110
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
7227
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
7391
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...
0
7501
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...
0
5633
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4713
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...
0
3188
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1564
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
768
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
424
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.