Wizard + Validation question

S

Seth Williams

I'm using a 3rd party control, which the CustomValidator tells me that it
doesn't support. Therefore, I'm going to need more information on the Wizard
itself

How can I (based on my own code), tell the wizard which step to go to?

I have logic that is somewhat like this, in the Wizard NextButton click
event :

Select Case Wizard1.ActiveStepIndex
Case 0
if (whatever) = false then
'pseudo code:
Stay on same step
else
go to next step
end if

End Select

Anyone have any ideas here?
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top