createuserwizard question

  • Thread starter Thread starter Jon Paal
  • Start date Start date
J

Jon Paal

I want to use a custom placed button in createuserwizard, how can I hide the one that gets created automatically ?
 
I want to use a custom placed button in createuserwizard, how can I hide
the one that gets created automatically ?

Use WizardSteps -- at least two: CreateUserWizardStep and
CompleteWizardStep.

From the smart-tag, select "Convert to Custom Navigation Step". Look into
the ASPX-source.
You should be able to customize the "<asp:Button ID="StepNextButton" ..." on
your own now.

HTH

--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujini-labs.com
http://eduzine.edujini-labs.com
-----------------------------------------
 
Back
Top