asp.net wizard control to create registration from
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......
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!
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.
精彩评论