Welcome Guest Search | Active Topics | Sign In | Register

Progress Bar Control not updating after deploy to IIS Options
Kaung
Posted: Wednesday, August 31, 2016 3:18:13 AM
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
eo_support
Posted: Wednesday, August 31, 2016 8:13:33 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.