I would like to create users for ASP.Net page, but I want each user to view different objects on the page. For instance, I want the Admin user to view all three datagrids, but all the other users should only see two datagrids. Where do I start?
Admins are usually a very different role than other users. I would consider making directory called Admin, secure it from the web.config, and put admin specific pages in there.
combining admin details (and then hiding them) with standard user content will become a nightmare to maintain.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.