I want to make a progress bar that fills up every time a user goes from page to page..I’ve made an online survey and I want after each question displayed on a page the progress bar to be fill.Let’s say I have 10 questions.After the user answers 3 the progress bar will be fill with 3/10 and so on. How can I make such a progress bar?
Share
Something like this should do the job:
Where percentageComplete is set in you page/usercontrol.