ASP Wizard Steps

  • Thread starter Thread starter Robert Bravery
  • Start date Start date
R

Robert Bravery

Hi all,

How can I keep track of which wizard steps have been navigated to and
completed, as well as how far down the wizard the user has navigated, ie I
want to knw that he has been as far as step 5 and not step six. I gather
this would be esiest by keeping a flag on the wizard.

Thanks
Robert
 
Hi all,

How can I keep track of which wizard steps have been navigated to and
completed, as well as how far down the wizard the user has navigated, ie I
want to knw that he has been as far as step 5 and not step six. I gather
this would be esiest by keeping a flag on the wizard.

Thanks
Robert

Hi,

You could keep a bool array where each entry represent a completed
step.

Additionally if the steps needs to be completed in sequence you can
keep only the last one.

Ignacio Machin ( .NET/ C# MVP )
machin TA laceupsolutions.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top