how to add new fields to the Newuser.aspx form and pass the parameters to below method
Utils.BaseMembershipProvider().CreateUser(txtUsername.Text, txtPassword.Text, txtEmail.Text, txtQuestion.Text, txtAnswer.Text, isActive.Checked, null, out createStatus);
i am new to sharepoint, so please share the code and process step by step clearly