display content based on membership question

S

soni2926

hi,
we're building a site which will have common pages for different
users, but certain sections will show different content based on the
membership of the logged in user, like admin, manager, developer,
tester, etc... any advise on what's the best way to handle those
sections? basically we're going to show a gridview on data in them,
just different data depending on who's logged in. Is it better to
have a panel and populate that with the gridview we want, or better to
make a new control which will have different templates in it based on
the memberships. Or is there something already in .net 3.5 that can
help us separate out those roles better?

thanks.
 
G

Gregory A. Beamer \(Cowboy\) - MVP

Login view is one way, if the content is fairly easy to set up in a page.
You can set up different views by user or role.

Otherwise, I would use roles and dynamically display data from a persistant
store (database?).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top