Reputation: 4623
I am using Visual Studio 2005, C#.
Visual studio 2005 has an in built ASP.NET Web Site Administration Tool which allows me to manage users.
However, I am required to deploy the functionality (add user, edit user role, etc) and GUI of the tool on a webpage.
May I know if there are any blog or sites which provides guide on this?
Functionality I am looking for:
Upvotes: 0
Views: 579
Reputation: 4081
I think you can use the Memebership with Login controls available to achieve the same thing that is done by ASP.NET Website Administartion Tool.
http://ripalsoni.wordpress.com/2007/03/16/how-to-use-login-control-in-net/
Upvotes: 1