|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
WebPart Personalization -Default layout questionI'm trying to implement a site whereby administrators can setup a
layout for a webpart site that affects all users, then individual users can personalize their pages. I have configured the site so that when an user with admin role enters edit mode, SharedScope is set to true. However this resets the layout page layout completely. How can I create a default layout for the page so that all users will initially see the same? Thanks for any help, Leroy. According to me, you should make the ToggleScope before changing the Page
mode. In the ASP.NET2.0 Portal on witch I work for a year, the administrators have a DDL on witch they can switch from UserScope (default) to SharedScope and have another DDL where they can change the Page mode. It works in this order. I hope this helps -- Daniel TIZON MCP - MCSD.NET - MCT "Leroy" <LeroyTheGr***@gmail.com> a écrit dans le message de news: 1134750375.275765.293***@g43g2000cwa.googlegroups.com...Show quote > I'm trying to implement a site whereby administrators can setup a > layout for a webpart site that affects all users, then individual users > can personalize their pages. > > I have configured the site so that when an user with admin role enters > edit mode, SharedScope is set to true. However this resets the layout > page layout completely. > > How can I create a default layout for the page so that all users will > initially see the same? > > Thanks for any help, > > Leroy. > |
|||||||||||||||||||||||