Rank: Newbie Groups: Member
Joined: 8/31/2016 Posts: 1
|
Hi
I know Progress Bar is a free control so there is no support, but I am willing to pay support ticket fee for this issue.
The progress bar control is working fine in the web application using .net 4.5.2 and visual studio 2015 IIS Express. But after I have created the web deploy package and deploy to IIS it has stopped updating the progress bar. However, the execution of the code still happen and only update the UI after postback has finished. Please help me resolve this issue. I can provide the web deploy package.
Thanks
Kaung
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Unfortunately we do not provide support on the ProgressBar control. One way you can try is instead of using the ProgressBar's built-in progress update mechanism, you can use an AJAX timer to fetch the progress from the server side, then use the ProgressBar's client side API to update the progress.
Thanks!
|