Rank: Newbie Groups: Member
Joined: 6/21/2010 Posts: 1
|
Hi,
My prograss bar will stop working after post back.
I have a Apply button as the trigger. The apply button, if clicked immediately after the page loaded, it fires the RunTask event of the progressbar, however, if it is cliked after a postback, the normal Apply_Click event will be called. Please help.
Thanks,
Tony
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You can try to trigger the progress bar directly from JavaScript and see if it works. We do not know why it stops working after post back but triggering from JavaScript should not have anything to do anything you do on the server side. So that should by pass whatever effect the post back causes. You can find more information about how to start ProgressBar with JavaScript from here: http://www.essentialobjects.com/forum/postst3348_Server-Side-Progress-bar.aspxIf you still have any questions, we will need you to either have a license for our product or pay a support fee in order for us to look further because we do not officially provide technical support for free controls unless you already have a license for any of our controls. Thanks!
|