Search

You searched for the word(s): userid:508507

Matching Posts

  • Re: Setting PersonalizationScope.Shared from Master Page

    I am having the same problem and I think you may have misunderstood the problem. For a page without a MasterPage setting WebPartManager.Personalization.InitialScop in Page_PreInit works fine. Setting it in Page_Init is too late and an exception is thrown. When a WebPartManager is placed on a content page for an associated MasterPage, the WebPartManager doesn't exist at the time the content page's Page_PreInit is executed (set a breakpoint, it is null). The WebPartManager does exist by the time Page_Init
    Posted to Web Parts and Personalization (Forum) by cmallery on 3/14/2005
  • Implementing a PersonalizationProvider

    Has anyone implemented their own PersonalizationProvider or at least found any documentation? I have tried implementing one with everything throwing NotImplementedException and then minimally implementing tas I see what is executed. Right now I have: Init() -- initializing Name and ApplicationName CreateSupportedUserCapabilities() -- returning null LoadPersonalizationBlobs() -- returning empty byte arrays The page loads ok but I am not able to switch the WebPartManager out of browse mode. So I must
    Posted to Web Parts and Personalization (Forum) by cmallery on 10/29/2004
  • Re: load/save personalization info under different context

    I have used a VirtualPathProvider to map multiple URLs to the same URL. The WebPartManager still treates them as separate URLs. See discussion of VirtualPathProviders here: http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=634666 for the example below: requested url: yoursite/1/Portal.aspx?page=1 page returned: yoursite/Portal.aspx?page=1 WebPartManager url: ~/1/Portal.aspx using System; using System.Collections.Generic; using System.Text; using System.Web.Hosting; using System.Collections;
    Posted to Web Parts and Personalization (Forum) by cmallery on 10/29/2004
  • Whidbey Conditional Compilation Symbols

    Are there any predefined Conditional Compilation symbols for 2.0? Something that can be used to differentiate between 1.1 and 2.0. I don't want to have to redefine one each time I reopen a 1.1 project in 2.0.
  • Multiple shared views of a webpart page?

    Is there any way to set up multiple shared views of a page? I would like the views to change based on some user property. For example all users in Company “A” get one layout and all users in Company “B” get another layout. My initial thought was to add multiple aspnet_application records and switch the ApplicationName on the fly based on the user's company. I can manually switch between shared layouts by changing the application name in web.config. However, I have been unsuccessful at changing the
    Posted to Web Parts and Personalization (Forum) by cmallery on 9/27/2004
Page 1 of 1 (5 items)