I am using the default sql membership provider with ASP.NET and I would like to provide a page to change the user\'s username. I believe I am sure I could do this with a cus
No, the MembershipUser class does not allow to modify the Username property so you cannot do it.
Practically you should not allow the username to change. If you allow to do so somehow then it will lose its purpose and nature.