Tagged Questions
3
votes
3answers
140 views
How do I display two different actions on a page that have basically the same behaviour?
I am designing an application where I can share a call plan with friends and family. For this I have a requirement to provide actions to block a user from using a product and also to delete a user ...
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 ...