Rank: Newbie Groups: Member
Joined: 10/19/2010 Posts: 1
|
After installing the EO tools, I see various new controls in the VS Toolbox under EO.Web. I inserted a progress bar and used a template to define its attributes. I see in the C# code the declaration
protected EO.Web.ProgressBar ProgressBar1;
I am trying to update this object in the event handler for another control which initiates the task I want to track with the progress bar. I had hoped to find UpdateProgress as a member function of the EO.Web.ProgressBar control. But I don't see it. Please explain what I need to do.
Thanks, Steve
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe you can set the ProgressBar's Value property for that.
Please keep in mind that officially we do not provide free tech support for our free controls. If you still have more questions, you can take a look of the sample project to see how it works. You can find the full source code for the sample project in your installation folder (The default location is Program Files\Essential Objects\EO.Web Controls 8.0 (2010)).
Thanks!
|