Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

users

Status
Not open for further replies.

cmsbuffet

Programmer
Feb 3, 2009
173
CA
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.

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top