Hi,
I'm very new to ASP.NET. . I create models using Entity Framework and Visual Studio generates controllers and views automatically. That does most of my job. But I need one more thing.
In default views, there is Create New/Update/Delete links visible to everyone. I want my program to show those links only to registered users(admin). I want unregistered users to see items only, not change them. How can I achieve that?
Thanks.
Go to the complete details ...