Asp.Net components and Internet solutions
Quality Data

Delete Membership User

To delete a membership user, you may first select the user in the User List then click the Delete member link on the Summary Panel.

When you do so, you will receive a warning message similar to that shown below. To continue, click OK and to cancel, click Cancel. Behind the scenes, the Membership Manager Control calls on the Membership.Provider.DeleteUser method to do the work. If you have checked the option to also delete all related data, then the provider will also delete information such as role membership, profile data and so on.

 




If you wish to modify the appearance of the Delete Membership User Panel, you may convert the panel to a templated view then modify the layout and content.