Connecting Tech Pros Worldwide Forums | Help | Site Map

display content based on membership question

soni2926@yahoo.com
Guest
 
Posts: n/a
#1: Oct 21 '08
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.

Gregory A. Beamer \(Cowboy\) - MVP
Guest
 
Posts: n/a
#2: Oct 24 '08

re: display content based on membership question


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?).

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
<soni2926@yahoo.comwrote in message
news:e0f68040-cad6-4d12-bf5c-f6058eb4bd68@p58g2000hsb.googlegroups.com...
Quote:
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.

Closed Thread