472,328 Members | 1,780 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

Display "Updating..." after click on 'Save'

Hi all,

using AJAX Toolkit with vb.net 2.0 how could I make this "Updating..."
Screen like e.g. on Codeplex when you click on the "Vote" button
http://www.codeplex.com/AtlasControl...orkItemId=9124
? So the whole screen becomes inactive and a small window says "Updating..."
so the user knows that something is going on...
http://img224.imageshack.us/img224/133/updatingjy7.jpg
Searched the net but probably I have the wrong search terms :-(
Jul 2 '07 #1
6 2539
On Jul 2, 12:32 pm, Kai <K...@discussions.microsoft.comwrote:
Hi all,

using AJAX Toolkit with vb.net 2.0 how could I make this "Updating..."
Screen like e.g. on Codeplex when you click on the "Vote" buttonhttp://www.codeplex.com/AtlasControlToolkit/WorkItem/View.aspx?WorkIt...
? So the whole screen becomes inactive and a small window says "Updating..."
so the user knows that something is going on...http://img224.imageshack.us/img224/133/updatingjy7.jpg
Searched the net but probably I have the wrong search terms :-(
Hi...

Since you are using Ajax Tool kit you must be using Microsoft asp.net
Ajax 1.0 ...
You can use update progress control... to show progress message... but
updateProgress control need to associate with a updatepanel...

Thanks
Masudur
www.kaz.com.bd
http://munnacs.110mb.com

Jul 2 '07 #2
Hi Masudur,

yes, it's of course Toolkit 1.0, i meant VS 2005.

That was also my understanding of the updatepanel, but does this mean i have
to create an updatepanel which covers the whole page (because the
'Updating..'-window disables the whole page)?
Jul 2 '07 #3
On Jul 2, 12:46 pm, Kai <K...@discussions.microsoft.comwrote:
Hi Masudur,

yes, it's of course Toolkit 1.0, i meant VS 2005.

That was also my understanding of the updatepanel, but does this mean i have
to create an updatepanel which covers the whole page (because the
'Updating..'-window disables the whole page)?
Hi,

Just put the portion that you want to update in the update panel...
lets say you do populate only a listbox with a click... put only the
listbox inside the updatepanel...

Thanks
Munna
www.kaz.com.bd
http://munnacs.110mb.com

Jul 2 '07 #4
Hi Masudur,

according to
http://ajax.asp.net/docs/tutorials/P...eProgress.aspx I now moved
my save-button into an updatepanel and added an updateprogress control which
contains the 'Please wait, updating...' text.

But the panel is now just displayed next to the save-button. There are lots
of websites (like the codeplex link in my first posting) where the
update-text is centered on the screen and all other text is greyed out. How
could this be done? An example would be great. Many thanks!

"Masudur" wrote:
On Jul 2, 12:46 pm, Kai <K...@discussions.microsoft.comwrote:
Hi Masudur,

yes, it's of course Toolkit 1.0, i meant VS 2005.

That was also my understanding of the updatepanel, but does this mean i have
to create an updatepanel which covers the whole page (because the
'Updating..'-window disables the whole page)?

Hi,

Just put the portion that you want to update in the update panel...
lets say you do populate only a listbox with a click... put only the
listbox inside the updatepanel...

Thanks
Munna
www.kaz.com.bd
http://munnacs.110mb.com

Jul 6 '07 #5
Modal PopUp Dialog using the AJAX Extensions Library:
http://ajax.asp.net/ajaxtoolkit/Moda...odalPopup.aspx

Thanks,
Chad
"Kai" <Ka*@discussions.microsoft.comwrote in message
news:31**********************************@microsof t.com...
Hi Masudur,

according to
http://ajax.asp.net/docs/tutorials/P...eProgress.aspx I now
moved
my save-button into an updatepanel and added an updateprogress control
which
contains the 'Please wait, updating...' text.

But the panel is now just displayed next to the save-button. There are
lots
of websites (like the codeplex link in my first posting) where the
update-text is centered on the screen and all other text is greyed out.
How
could this be done? An example would be great. Many thanks!

"Masudur" wrote:
>On Jul 2, 12:46 pm, Kai <K...@discussions.microsoft.comwrote:
Hi Masudur,

yes, it's of course Toolkit 1.0, i meant VS 2005.

That was also my understanding of the updatepanel, but does this mean i
have
to create an updatepanel which covers the whole page (because the
'Updating..'-window disables the whole page)?

Hi,

Just put the portion that you want to update in the update panel...
lets say you do populate only a listbox with a click... put only the
listbox inside the updatepanel...

Thanks
Munna
www.kaz.com.bd
http://munnacs.110mb.com


Jul 6 '07 #6
Hi Chad,

yes, I knew this control, but it waits for a click on "OK". Is it possible
to avoid waiting for OK-click?
"Chad Scharf" wrote:
Modal PopUp Dialog using the AJAX Extensions Library:
http://ajax.asp.net/ajaxtoolkit/Moda...odalPopup.aspx

Thanks,
Chad
Jul 9 '07 #7

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

Similar topics

53
by: Oliver Fromme | last post by:
Hi, I'm trying to write a Python function that parses an expression and builds a function tree from it (recursively). During parsing, lambda...
8
by: Andy Fish | last post by:
Hi, I have a section of a web page that I want to be able to make appear and disappear with javascript, with the things below it moving up and...
3
by: Kannan | last post by:
Hello, I have a requirement that specifies that I display a "Please Wait..." window (preferably modal) along with a gif that mimics a progress bar...
5
by: Sue | last post by:
Help! I have an asp table with an embedded table. The asp tablerow that contains this table has a static ID assigned of "FilterRow2" (see snippets...
1
by: Nathan Sokalski | last post by:
When testing a form of mine which uses RequiredFieldValidators that have the Display property set to "Dynamic" the ErrorMessage property is...
5
by: Mr Newbie | last post by:
Debug.Assert( False, "Why wont I display ??") I am trying to use this in my code but it wont display. The app is running on my local machine and...
1
by: Robert Hooker | last post by:
Hi All, After moving to VS2005, we've noticed that opening an existing (large) solution and being able to type code takes a lot longer than in...
1
by: Benny Ng | last post by:
Dear All, Now I met one problem in the development of my one application. I have one ASP.NET page. It's for disply the information of customer....
0
by: tammygombez | last post by:
Hey fellow JavaFX developers, I'm currently working on a project that involves using a ComboBox in JavaFX, and I've run into a bit of an issue....
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

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.