User Name editing in membership
Just a little bit problem in my blogs engine, how do you edit user name in membership ? Since that user name property is read only, thus I must explore all table from membership generate process.
Ok, there's only one table for user name, aspnet_users.
So, I must edit two fields there, username and loweredusername, create an update statement and voila, it's all done......