Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i customize Create user wizard control in ASP.NET. Also how can I adjust continue button?
Posted
Updated 23-Jun-10 22:15pm
v2

1 solution

harshal24 wrote:
How can i customize Create user wizard control in ASP.NET

You need to make a custom control. Use the one provided as a base control and override the methods as per your need and customize it.

Full details about CreateWizard control can be found here: CreateUserWizard Class[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900