Well I was able to handle the Next event after all. I just checked which
step I was at and what selection was made and change the ActiveStepIndex of
the control. It would have been nice if they event args had this option but
since it doesn't this works.
Hi Joe,
I agree to the solution you used (use next button event and manually change
the ActiveStepIndex according to the new step index parameter). The
CreateUserWizard still have many restrictions and doesn't expose much
interfaces. However, using custom code and its existing events can give us
enough extensibility to do our work. :)
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Joe" <jbassking@noemail.noemail>
>References: <#XrlQ73iIHA.484@TK2MSFTNGP06.phx.gbl>
>Subject: Re: CreateUserWizard custom steps
>Date: Sat, 22 Mar 2008 16:21:07 -0400
tnet.framework.aspnet:62679
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
[quoted text clipped - 12 lines]
>> Thanks,
>> Joe