Rank: Newbie Groups: Member
Joined: 8/27/2009 Posts: 1
|
I am somewhat new at programming, however, I am a fast learner. What would I put in the ClientSideOnload properity box to allow the progress bar to track page load. I am programming in C# and asp.net 2.0. I also want to trigger the progress bar on page load. I know this question will drive you experenced folk crasy, but please help anyway.
Robert Phillips
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I don't think you need to use ClientSideOnLoad at all. You can set the ProgressBar's Value property to 0 directly on the server side.
Please also be advised that our official policy is that we actually do not provide free technical support on our free controls. So if you continue to have any questions, you may want to search the forum/samples/documentation to see if you can find the answer, or if you are also interested in any of our other controls, you can purchase a license and then we will be able to provide tech support to you on the free controls as well.
Thanks!
|