User management system and DELETE action - usability
- by šljaker
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 link? Should I redirect him to new yes/no confirmation page or display some jquery popup window?
Should I then redirect him to the home page and display message 'The user has been successfully deleted from the system', or simple redirection should be just fine?