remove username field from the CreateUserWizard asp.net 4.0
问题 I am developing a site where Email address should be used as the login name. Hence I am looking for options to remove the 'Username' field from the CreateUserWizard and keep only Email ID, Password,Confirm Password in the page. when I just removed the Username text box from the ASP.Net Page, it threw the exception. CreateUserWizardStep.ContentTemplate does not contain an IEditableTextControl with ID UserName for the username. Any ideas how to remove the Username Textbox from the