Tagged Questions
5
votes
5answers
379 views
Delete action on a user management system
I'm working on User Management System in ASP.NET MVC3. Administrator/Editor can search, insert, update and delete other users from the system.
What should I do when admin/editor clicks on Delete user ...