[2.0] [create user wizard problem]
hi friends,
In asp.net i am using create user wizard for register new user .. i have added more details to register .. its taking only the controls in that user wizard . i can't insert customized details .. no click event is there to insert details..
for example
create user wizard contains
"username,password,confirm password,email id security question " are there
but i want to add mobile no and some more details .. how to insert this details to my aspnetdb.mdf ..i want to validate this controls also.. how to do this ....if anybody hving idea about this help me
Re: [2.0] [create user wizard problem]
I think you should consider asking this question in the ASP.NET forum not in here
Re: [2.0] [create user wizard problem]
You do know you can create your own step in the CreateUserWizard, right?