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

UpdateProgress Does Not Display

I have 3 UpdatePanels and 1 UpdateProgress control. If I set the
UpdateProgress Control to one of the UpdatePanels, nothing displays on
postback. If I don't set the associated control for the UpdateProgress
controls, still nothing displays. Does anyone have any idea what I'm missing
here?

Thanks.
Oct 25 '07 #1
2 5439
Howdy,

Changing DisplayAfter property of the UpdateProgress to 0 should help
(default value is 500 miliseconds). If it doesn't please paste the code.
--
Milosz
"CBKowitz" wrote:
I have 3 UpdatePanels and 1 UpdateProgress control. If I set the
UpdateProgress Control to one of the UpdatePanels, nothing displays on
postback. If I don't set the associated control for the UpdateProgress
controls, still nothing displays. Does anyone have any idea what I'm missing
here?

Thanks.
Oct 25 '07 #2
On Oct 25, 8:55 pm, CBKowitz <CBKow...@discussions.microsoft.com>
wrote:
I have 3 UpdatePanels and 1 UpdateProgress control. If I set the
UpdateProgress Control to one of the UpdatePanels, nothing displays on
postback. If I don't set the associated control for the UpdateProgress
controls, still nothing displays. Does anyone have any idea what I'm missing
here?

Thanks.
Try to make a "delay" in the method that used to update UpdateProgress

For example

protected void Button1_Click(...)
{
System.Threading.Thread.Sleep(1000);
.... some code here....
}

Oct 26 '07 #3

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

Similar topics

0
by: Sharon | last post by:
Hi all, Is it possible to call a javascript function when UpdateProgress is shown? Thanks, Sharon.
0
by: needin4mation | last post by:
Hi, When I use the updateprogress control it works, but it pushes the whole page down while displaying the graphic, then when complete, everything pops back up. How can I make it so the page...
0
by: Mikael Syska | last post by:
Hey, I have this: http://syska.dk/upload/isi-16.png where the button click event and the treeview selected index changed event are hookedup to the update panel ... this works great. But it can...
0
by: =?Utf-8?B?am9uZWZlcg==?= | last post by:
I like how simple it is to implement an UpdateProgress control with an animated gif. What could be better is having it actually completely hide the controls that are being updated until they are...
3
by: Max2006 | last post by:
Hi, I have the following code to show the UpdateProgress contents at the center of page: <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1"...
0
by: =?Utf-8?B?S2V2aW4=?= | last post by:
HI! In my web form I have one UpdatePanel with a GridView inside, one UpdateProgress outside UpdatePanel, and one DropDownList outside UpdatePanel. The DropDownList run as trigger of the...
1
by: =?Utf-8?B?TWlrZQ==?= | last post by:
Hi. Is it possible to display an UpdateProgress control when an event calling Response.Redirect is executed? I have a simple webform with an ImageButton and an UpdateProgress control. My...
1
by: Guramrit Singh | last post by:
Hello everybody, is there any control adapter made for updatepanel and updateprogress. actually updateprogress control is rendered as display:block, but I want it as display:inline. and it doesn't...
3
by: selvamariappan | last post by:
Hi All, I have Created a asp.net application.After Clicking the submit button the record will be displayed in the grid view which can be within the update panel. How to use updateprogress...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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:
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
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
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.