Tagged Questions
2
votes
2answers
210 views
Is it possible to associate an UpdateProgress with many UpdatePanel but not all?
I have 3 UpdatePanels on my page, and 1 UpdateProgress. I'd like it to be associated with 2 of the UpdatePanels but not the third one. The AssociatedUpdatePanelID property only allows for 1 ID, so ...
2
votes
2answers
1k views
UpdateProgress Control Remains Visible on Safari and Chrome
I am using the ASP.NET Ajax controls UpdatePanel and UpdateProgress. The idea of a the UpdateProgress control is to display a message while the page is performing a partial postback, then disappear ...
1
vote
2answers
984 views
problem with dropdownlist updateprogress and updatepanel
The updateprogress doesnt show the gif. If the dropdownlist is inside updatepanel without trigger, it works. Any idea?
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="true" ...
0
votes
1answer
39 views
ajax progress bar not working?
I am trying to present a ajax progress bar when a delete button is clicked. This delete button will do things and will take time to process.. The delete button is within a repeater. The code is below:
...
0
votes
2answers
125 views
Dynamically Centering the Update Progress Gif
I'm using the Ajax updateprogress and I attached a loading gif, the problem is that how can i force the loading.gif to be in the center of the screen even if your in the very bottom / top of the page? ...
0
votes
1answer
41 views
Avoid Page hangup after Registerstartup script firing
I have an asp.net 3.5 application which contains gridview, having checkbox as one of the column.
If user doesn't select any checkboxes and clicks submit button, alert is firing prompting user to ...
0
votes
1answer
419 views
Update Progress animated gif stops on postback
I have used ajax update progress control that shows the animated gif when postback happens.
Problem: It displays for a while but then it stops refershing (or rather, stops playing/revoloving). What ...
0
votes
3answers
93 views
Update Progress not seen
I have a utility which uploads a file and then process it and saves it. So I have a file upload control, a btn to upload and a cancel btn with couple of labels to display messages.
Problem: I cant ...
0
votes
2answers
255 views
I have caused a postback loop using javascript onload to fire an updateprogress image
I have an asp.net page that needs to populate a treeview based on a directory structure. Rather than have the user stare at a blank page while creating the nodes I am trying to use UpdateProgress for ...
0
votes
3answers
712 views
Update progress inside update panel
i have two buttons inside a update panel.i need to trigger update progress and show a .gif image for each button click.when i press a button1 only the associated update progress should be displayed ...
0
votes
2answers
385 views
AJAX UpdateProgress not working on server?
I am trying to show an animated image while data is loading into a gridview after a button click. It works great on localhost, but when I deploy it, it doesn't. I have searched through posts, and I ...
0
votes
1answer
162 views
When is image within the updateprogress control sent to client in asp.net?
When is image withing update-progress control sent to client ??? Say a asp.net page has AJAX implemented. We use update panel and update progress. Further we set a .gif image in the update progress ...
0
votes
1answer
3k views
Updateprogessbar is not working when Setting AssociatedUpdatePanelID?
I have two updatepanel and a progressbar on the page. If I set the AssociatedUpdatePanelID, then progressbar is not working, without setting AssociatedUpdatePanelID progress bar is working but the ...