can anyone help me out, i have created few users and assigned them the roles, now all i want is to allow everyone to edit thier details.... (i.e) they should be able to edit thier username, password, and etc...
You can easily do this with a simple user control containing the fields you want to update and with a bit of logic to populate them in you OnLoad event by calling Membership.GetUser(userName) and in your Update event handler, a simple call to Membership.UpdateUser(userObject)
passing it your updated user information will get the job done.
asp.NET membership
Remember to click "Answer" if this has helped you!
boothum
0 Points
2 Posts
HOW CAN I EDIT the User details for the users !!!!
Mar 13, 2009 04:12 AM|LINK
can anyone help me out, i have created few users and assigned them the roles, now all i want is to allow everyone to edit thier details.... (i.e) they should be able to edit thier username, password, and etc...
reply me immed..
thanks.
.netdan
Member
408 Points
78 Posts
Re: HOW CAN I EDIT the User details for the users !!!!
Mar 14, 2009 07:32 PM|LINK
asp.NET membership
Dan Birch
MCSD
Free Silverlight,HTML5 Games, Controls and CMS | Free HTML5 iPhone, Android Games
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: HOW CAN I EDIT the User details for the users !!!!
Mar 17, 2009 03:25 AM|LINK
Duplicate post
http://forums.asp.net/t/1396455.aspx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: HOW CAN I EDIT the User details for the users !!!!
Apr 09, 2009 03:21 AM|LINK
Please mark the answer if you have resoved the question
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.