im reposting my question. i made a mistake checking the "do you like the answer" from a post that didnt helped at all. (nobody seems to check on posts that are already marked answered) the dude that answered never came back.
so heres my original question:
"
hi, this is my second question here. thanks for the help on the previous one.
now
im in a bit of a dilemma whether i should implement ASP.net's built in
user registration control (createuserwizard) versus creating my own
registration form. the problem is i want to add extra criteria on the
createuserwizard (already set up the table under aspnetdb.mdf which is
aspnet_users for the extra fields) without adding a new
createuserwizardstep ( i saw this on a tutorial, it doesnt suit my
taste, i want one straight form to be filled up by the customer).
heres the screenshot of my modified form.
http://i279.photobucket.com/albums/kk137/wh3resmycar/createuser.jpg
thanks in advance."
problem is i can modify both the createuserwizard control as well as the aspnet_membership but i cant modify how the create user button will save onto the database, as it will save using its default schema sans the changes that i have made.
thanks in advance again.