Editing members
-
I have created a website using the createwizard control. Does anyoone know how i can allow users to edit their own details. many thanks
-
I have created a website using the createwizard control. Does anyoone know how i can allow users to edit their own details. many thanks
There's no such control as 'createwizard'. Do you mean CreateUserWizard? Please try and be accurate with the information in your messages, otherwise no one will understand what you are talking about? What details are you referring to?
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
-
I have created a website using the createwizard control. Does anyoone know how i can allow users to edit their own details. many thanks
You can't create a website using the createwizard control. You can, however, create a webpage, which resides in a website, that has a wizard control on it.
solarthur01 wrote:
allow users to edit their own details.
What details? Getting answers depends on you giving accurate information and details.
only two letters away from being an asset
-
You can't create a website using the createwizard control. You can, however, create a webpage, which resides in a website, that has a wizard control on it.
solarthur01 wrote:
allow users to edit their own details.
What details? Getting answers depends on you giving accurate information and details.
only two letters away from being an asset
Very sorry for the lack of information. Thanks for your patience. Yes i was refering to the createuserwizard. When users register, their information is stored in the members db. How can i get them to edit information they used to sign up. ie their email address. Many thanks
-
Very sorry for the lack of information. Thanks for your patience. Yes i was refering to the createuserwizard. When users register, their information is stored in the members db. How can i get them to edit information they used to sign up. ie their email address. Many thanks
Build a form that exposes the email from the MembershipUser class of the currently loggedin user. Then call UpdateUser after it has been edited See the example here http://msdn2.microsoft.com/en-us/library/system.web.security.membershipuser.aspx[^]
only two letters away from being an asset