Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,
need to make a page with 5-6 steps using wizard control..... dont know much about it.
plz help..
its urgent...




thanks in advance....
Posted

1 solution

Wizard control is introduced in ASP.NET 2.0.
This control enables us to create an wizard based interface for a user. Typically a wizard interface will be used when we require a user to input a lot of data. Wizard enables us to take the data from the user a series of multiple steps.

It provides us with a start, interim and finish templates. Each step in the wizard can inherit from one of these templates

ASP.NET 2.0 Wizard Control[^]
A Simple Wizard Control for .Net 2.0 with Full Designer Support[^]
ASP.NET 2.0 Wizard Control [^]

how to use Wizard control in asp.net[^]
 
Share this answer
 
Comments
taha bahraminezhad Jooneghani 8-Jun-12 12:13pm    
very good and complete!
5!
yash.namesake 11-Jun-12 7:01am    
thanks for the appropriate solution..... i am able to do it now.... also i want to change the UI of the wizard... is it possible?.. how?... means how can we add skin or css to the wizard ?

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