How to use ASP.NET Membership class to update users in the store in C#
If you want to update a user in the membership store, you have to:
1. Retrieve the user from the store based on the approach described in the article: How to use ASP.NET Membership class to retrieve users from the store in C#.