Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi!

i have to set the progress bar according to the application form ..


for example in naukri portal we have the progress bar that will display the status of our application form.. i.e it will show 40% application form u have been filled with the progress bar image..


can anyone tell me how to set the progress bar according to my application form status..
Posted
Comments
deepakdynamite 18-Nov-11 0:02am    
Is it a Web application or Windows application ?

1 solution

progress bar has value property you can set what you have to set.
Put the checkpoint in your form and set the value of the progressbar accordingly.

e.g. if you have 10 textboxes in your form so after 5 textboxes filling set the progressBar1.value = 50;

first set it's Max and Min value.
 
Share this answer
 
Comments
Manisha Tambade 18-Nov-11 0:11am    
My vote 5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900