Rank: Newbie Groups: Member
Joined: 4/2/2010 Posts: 2
|
Hi All,
I am new to these controls and I am trying to use the Progress Bar control in a VB.NET 2005 website. I have the progress bar working when I am updating when I am running my application but, I can not figure out how to programmatically update the Maximum value of the control. The value that is assigned at design time doesn't seem to be updated. The value is set to the new value I assign programmatically but, the percentage is not using the new value. It uses the value set at design time. Here is my code:
ProgressBar2.Maximum = 1204
I've set the value to 100 and 5000 at design time but, they are always used. Can anyone tell me what I am doing wrong?
Thanks, Steve
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi Steve,
Thanks for posting in the support forum. This is just to let you know that we do not provide tech support for free controls. Other users may still answer your question, or you can search existing resources such as the documentation and other forum posts to see if you can find the answer to your question.
Thanks!
|