Sir Am New to Asp.net What is Asp.net Wizard Control and how it is use to create the registration as steps please any one help me i want complete details of wizard control and how to develop registration from using wizard and how to store data from Wizard to SqlServer 2005 please help me......
Asked
Active
Viewed 1,149 times
-2
-
what do you need to do in the new step? in my case I have added new steps when I have wanted to add roles, for example. If all you need is to create a user, you would not need to create extra steps. – aleafonso Oct 03 '11 at 11:09
-
am developing a health project in first step i want doctor personal details and in second step i want clinic details and i want to store personal details in one table and clinic timings details in one another table how can i acheive it ........ plese tell in detail – user966602 Oct 03 '11 at 11:33
-
Are you sure that what you need is the createuserwizard? If I were you I would create the clinic data separately since it seems to be a N:1 relation between Doctor and Clinic – aleafonso Oct 03 '11 at 12:05
-
ya sir please tell me the solution – user966602 Oct 03 '11 at 13:33
2 Answers
1
Have a look at the following post:
https://web.archive.org/web/20211020103243/https://www.4guysfromrolla.com/articles/070506-1.aspx
It will give you a clear idea about how the createuserwizard works and its relation with the database by using asp.net membership.
Hope this helps!

aleafonso
- 2,244
- 8
- 38
- 58
0
This post from Scott Gu has several useful links regarding this topic; in particular, a link to a video demonstrating exactly what you are trying to accomplish.

Icarus
- 63,293
- 14
- 100
- 115