HOW CAN I EDIT the User details for the users !!!!http://forums.asp.net/t/1396456.aspx/1?HOW+CAN+I+EDIT+the+User+details+for+the+users+Thu, 09 Apr 2009 03:21:25 -040013964563003750http://forums.asp.net/p/1396456/3003750.aspx/1?HOW+CAN+I+EDIT+the+User+details+for+the+users+HOW CAN I EDIT the User details for the users !!!! <p>&nbsp;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...</p> <p>reply me immed..</p> <p>&nbsp;</p> <p>thanks. <br> </p> <p>&nbsp;</p> 2009-03-13T04:12:03-04:003007364http://forums.asp.net/p/1396456/3007364.aspx/1?Re+HOW+CAN+I+EDIT+the+User+details+for+the+users+Re: HOW CAN I EDIT the User details for the users !!!! 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. 2009-03-14T19:32:33-04:003011771http://forums.asp.net/p/1396456/3011771.aspx/1?Re+HOW+CAN+I+EDIT+the+User+details+for+the+users+Re: HOW CAN I EDIT the User details for the users !!!! <p>Duplicate post</p> <p><a href="http://forums.asp.net/t/1396455.aspx">http://forums.asp.net/t/1396455.aspx</a></p> 2009-03-17T03:25:14-04:003074544http://forums.asp.net/p/1396456/3074544.aspx/1?Re+HOW+CAN+I+EDIT+the+User+details+for+the+users+Re: HOW CAN I EDIT the User details for the users !!!! <p>Please mark the answer if you have resoved the question</p> 2009-04-09T03:21:25-04:00