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?
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?