Search

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

Matching Posts

  • Save Personalization data during client Callback page cycle

    I've post similar question awhile ago, but maybe the subject wasn't clear, I received no reply. So I'll try again. During client Callback page cycle, SaveViewState event is never called, so WebPartPersonalization.Save() method is not called either. Is there anyway to force Save Personalization data during client Callback? I tried writing my custom webpartmanager and webpartpersonalization and call Save method manually, and even set WebPart.SetPersonalizationDirty before calling Save,
    Posted to Web Parts and Personalization (Forum) by andytr on 9/17/2008
    Filed under: personalization, Callback, Callback page cycle, Client Callback, ICallbackEventHandler, WebpartPersonalization.Save
  • Open a program on client's machine

    I'm creating an intranet web page for my company and get stuck with this requirement. For instance, I have a button says "Open MS Word". A user clicks on it to open MS Word on the user's computer. Is there any way that I can make a link or button on a web page, by which a client will click on it to open a program on his/her computer? Thanks.
    Posted to Client Side Web Development (Forum) by andytr on 8/25/2008
  • Re: WebPartZone wrongly render CssClass

    Thanks, it's all make sense now
    Posted to Web Parts and Personalization (Forum) by andytr on 8/22/2008
  • WebPartZone wrongly render CssClass

    In my main .aspx file, I have < microsoft : WebPartZone ID ="LeftWebPartZone" runat ="server" HeaderText ="Left Zone" > < ZoneTemplate > </ ZoneTemplate > </ microsoft : WebPartZone > In my main .skin file, I have < microsoft : WebPartZone runat ="server" PartTitleStyle-CssClass ="WebPartZone_PartTitleStyle" ></ microsoft : WebPartZone > So logically, the title of the web part in .aspx file should be rendered as
    Posted to Web Parts and Personalization (Forum) by andytr on 8/20/2008
    Filed under: Render, WebPartZone, CssClass, Error
  • Re: Unable to drag webpart.

    [quote user="birjit"]Now I am able to drag webparts though I am able to minimize and close webparts.[/quote] I think you meant "Now I am unable to drag webparts"? If so, here's something you can try Check the display mode. Open your web site in both IE and Firefox (and if you want, Opera). Check if your web parts can be dragged in any browser. If your web parts are draggable in IE but not in Firefox, it's because you are using the new WebPartManager. You need to use WebPartManger
    Posted to Web Parts and Personalization (Forum) by andytr on 8/18/2008
  • Re: Problem with personalization and ICallbackEventHandler

    Actually there's a way I'm using to work around this issue, but I just don't feel it in my gut that this's a proper solution. I welcome any suggestion. Anyway, Here's what I did public partial class MyUserControl : System.Web.UI. UserControl , ICallbackEventHandler { #region ICallbackEventHandler Methods public string GetCallbackResult() { return string .Empty; } public void RaiseCallbackEvent( string eventArgument) { Text = eventArgument; Session[ this .UniqueID + "$Text"
    Posted to Web Parts and Personalization (Forum) by andytr on 8/11/2008
  • Problem with personalization and ICallbackEventHandler

    Hi, I'm working on a project and got into a dead end. I created a user control, which implemented ICallbackEventHandler interface public partial class MyUserControl : System.Web.UI. UserControl , ICallbackEventHandler { #region ICallbackEventHandler Methods public string GetCallbackResult() { return string .Empty; } public void RaiseCallbackEvent( string eventArgument) { Text = eventArgument; } #endregion [ Personalizable ] public string Text { get ; set ; } protected void Page_Load( object sender
    Posted to Web Parts and Personalization (Forum) by andytr on 8/11/2008
    Filed under: personalization, Personalized, Web Part, ICallbackEventHandler
Page 1 of 1 (7 items)