Search

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

Matching Posts

  • Re: Web Part, MasterPages and Personalization

    I have finally resolved this issue. Basicall, I need to overwrite "System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider" class with my own custom class. I simply need to do some tricks when I get or set path. I now can put web part in the master pages, drag, minimize, etc and when I navigate to a different page, the same display will be shown. I have included the code here and hope this can be helpful for others who might need it. You just need to ensure the web.config is pointing to this
    Posted to Web Parts and Personalization (Forum) by bwt on 9/2/2005
  • Re: Web Part, MasterPages and Personalization

    I have finally resolved this issue. Basicall, I need to overwrite "System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider" class with my own custom class. I simply need to do some tricks when I get or set path. I now can put web part in the master pages, drag, minimize, etc and when I navigate to a different page, the same display will be shown. I have included the code here and hope this can be helpful for others who might need it. You just need to ensure the web.config is pointing to this
    Posted to Web Parts and Personalization (Forum) by bwt on 9/2/2005
  • Re: Web Part, MasterPages and Personalization

    Don't know if I had put my question clearly of my post. Basicall, my intention is to simulate the the window environment where I allow the user to rearrange the menu item according to their preference - just like the icon for the windows that user can arrange to according to their preference. It seems to me however that this is not quite achievable when I put the web part in the masterpages, as the personalization uses URL of the content page as the personization key. I could use one aspx page like
    Posted to Web Parts and Personalization (Forum) by bwt on 8/30/2005
  • Web Part, MasterPages and Personalization

    I am trying to use web part as my left panel menu. My menu consists of modules like "Organization", "System Setting", etc at the left hand side in the MasterPages.Within "Organization" there are submenus that contains link to different pages. Each module will take up one web part that allows the user to drag the rearrange once he/she has login. I noticed however that once the user rearrange the web part, it only applies to the particular aspx page. Can someone advice me on how to make it apply to
    Posted to Web Parts and Personalization (Forum) by bwt on 8/29/2005
Page 1 of 1 (4 items)