|
Rank: Newbie Groups: Member
Joined: 3/4/2013 Posts: 2
|
Hi. I have a problem. I have to start a progressToolbar Event when a page i load the page WITHOUT press any button.
I have try to call StartEvent in code behind but without result. I have try to put a button, connect it to StartTaskButton. When I press it with mouse, everything works. But if I press it with Jquery
<script type="text/javascript"> $(document).ready(function () { $('#Button1').click(); }); </script>
ProgressBar1_RunTask event is not fired (click event is fired without problem). Where is a way to start a ProgressBar without press any button? I work in C#. Thanks You Matteo
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
Please let us know if you have a license for our product. Because ProgressBar is a free control, we only provide tech support to paid users for this control.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 3/4/2013 Posts: 2
|
No i'm using the free component. But if you can help me, I will be very happy. Or if exist a forum for free help, let me know thanks you
|
|