Questions tagged [updateprogress]

143 questions
17
votes
5 answers

XMLHttpRequest in google-chrome is not reporting progress events

Hi all I have this code: function test() { req = new XMLHttpRequest(); req.upload.addEventListener("progress", updateProgress, false); req.addEventListener("readystatechange", updateProgress, false); req.addEventListener("error",…
7
votes
1 answer

Want to show Update Progress control on top of ModalPopExtender

I have a content page with an Update Panel and a Update Progress controls. The Update Progress control is properly displayed when the page posts back. I have now added a Modal Popup Extender to the page. When a post back is fired from the Modal…
Zaksh
  • 953
  • 2
  • 12
  • 29
7
votes
4 answers

UpdateProgress not firing on every PostBack of controls inside UpdatePanel

I have an UpdatePanel:
Martina
  • 1,852
  • 8
  • 41
  • 78
6
votes
4 answers

How I can use the UpdateProgress Control to show a wait symbol?

I have an ASP.NET application with a ListView. I get data from Active Directory and now I want a wait symbol for the time if the ListVew is building. I thought I would use a UpdateProgress Control from Ajax Control toolkit. But I don't know how I…
Tarasov
  • 3,625
  • 19
  • 68
  • 128
5
votes
2 answers

How to change programatically a span text inside a ProgressTemplate in C#?

I have the following UpdateProgress:
Bruno Albuquerque
  • 597
  • 1
  • 7
  • 21
4
votes
2 answers

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 could be the actual cause of the same? Please…
xorpower
  • 17,975
  • 51
  • 129
  • 180
4
votes
4 answers

jquery Hide/Show not working after partial postback of the page

I had a webform with some cascading dropdowns and a Submit Button. On Click of the Submit Button, I am getting data from database.The Whole webform is in update panel including Button. Thing is that, I am trying to show Update Progress in the…
Bhanu Chandra
  • 408
  • 8
  • 26
4
votes
2 answers

UpdateProgress not working for button which is in inside of trigger property

Singaravelan
  • 809
  • 3
  • 19
  • 32
4
votes
3 answers

Asp:progress won't end anitmation when file is downloaded from ashx file

Im trying to use an asp:progress so when I click on my asp:button it calls an ashx file which write a CSV response. So far when I click on the button, the animation shows properly and the download start. However I can't seem to stop the animation…
WizLiz
  • 2,068
  • 5
  • 25
  • 39
4
votes
2 answers

Using updateprogress while generating a file with Response.write in ASP.NET

I am creating an Excel file with Response.write in my C# file and it takes 1-2 mins to create the file. I would like to make use of UpdateProgress to indicate that the file generation is in progress. But when I use UpdateProgress, the file is not…
RajMohan
3
votes
2 answers

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? is there a way to make it appear in the center…
anonymous1110
  • 885
  • 4
  • 14
  • 28
3
votes
5 answers

Jquery dialog not working in masterpage?

I added below code in the masterpage. I am able to get alert("I am in onload Function");, but jQuery("uploadPic").dialog not working. The
portion showing on the page. I am using reference to jQuery is