I am new to custom role providers and roles. I need to show some functionalities in the home page.
- If Admin enters the page it will show some button like delete, alter.
- If Normal user login the home page it will show some features like view and update but it will not shows the delete and alter functionalists.
I can do this using JavaScript but I need to implement this by using custom role provider. Is it possible using MVC4?
I have searched lots of websites but I did not find out how to do it. Can anyone give me some examples for this.