User management system and DELETE action - usability
Posted
by
šljaker
on Programmers
See other posts from Programmers
or by šljaker
Published on 2011-11-27T18:02:36Z
Indexed on
2011/11/27
18:04 UTC
Read the original article
Hit count: 237
usability
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?
© Programmers or respective owner