Hello,
I created a page with an UploadFile control inside a UpdatePanel. I
used the following article:
Now I want to show a Progress Bar. I found the following jQuery
script:
Basically I have a Div in my page and to make the Progress Bar work I
need to do the following:
$("#progressbar ").reportprogre ss(value);
How can I do this from my runtime code to make the bar progress?
Thank You,
Miguel
I created a page with an UploadFile control inside a UpdatePanel. I
used the following article:
Now I want to show a Progress Bar. I found the following jQuery
script:
Basically I have a Div in my page and to make the Progress Bar work I
need to do the following:
$("#progressbar ").reportprogre ss(value);
How can I do this from my runtime code to make the bar progress?
Thank You,
Miguel