Search

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

Matching Posts

  • Re: Exception in WebResource.axd when PostBack occurs in Firefox

    Hi, It's an old post, but I have the same problem. Did you find an explanation ? What did you do to avoid that error ? Thank's. Gilles
    Posted to ASP.NET AJAX UI (Forum) by gbecavin on 8/25/2006
  • Re: Auto Complete Extender

    Hi, I have integrated ATLAS to my existing web site whithout using any new website template. You have many informations on http://atlas.asp.net/docs/Default.aspx . It took me about 2 hours to make it working and well integrated, for a first integration. You say it doesn't work, but what error messages do you have ? Gilles
    Posted to ASP.NET AJAX Control Toolkit (Forum) by gbecavin on 6/18/2006
  • Re: Dynamically instatiated collapsible panels

    Hi Mordecai, I'm working on a UserControl CollapsibleContent.ascx which can be dynamically added with a few lines of codes. It's content can be another UserControl, and many methods authorize adding content or title from different sources (string, control...). I've done nothing about the events, and still have pb with the ClientState to remember the open/close state on the client side during postbacks ( http://forums.asp.net/thread/1303507.aspx ). Maybe you're interessted with that work ? If yes
    Posted to ASP.NET AJAX Control Toolkit (Forum) by gbecavin on 6/3/2006
  • Re: Dynamically added Atlas control on Page_PreRender - access ClientState

    Hi, I've already try that, it's not possible. Test the code below : AtlasControlToolkit.CollapsiblePanelExtender cpExt = new AtlasControlToolkit.CollapsiblePanelExtender(); AtlasControlToolkit.CollapsiblePanelProperties cpExtProp = cpExt.GetTargetProperties(ContentPanel); cpExtProp.ClientState = "" ; I can access to the ClientState property, but no ClientStateFieldID is available. And the ClientState isn't updated by the toolkit because I create my objects too late during Page_PreRender. So I have
    Posted to ASP.NET AJAX Control Toolkit (Forum) by gbecavin on 6/3/2006
  • Dynamically added Atlas control on Page_PreRender - access ClientState

    Hello, I add dynamically collapsiblePanel(s) in the Page_pre-render event. As thoses controls don't exist before Page_Load, the ClientState field is not updated. I want to access to the ClientState field depending of the control I want. I can see it in Page.Request.Params. But the ID is varying. If I set "properties.Collapsed" during Pre_render, it works, and my panel is expanded or not. But I can't retreive it's client-side value after a postback I saw in Microsoft.AtlasControlExtender.dll that
    Posted to ASP.NET AJAX Control Toolkit (Forum) by gbecavin on 6/2/2006
  • Re: Must have a <head runat="server"> Error

    Hi, I had the same problem. An .aspx page with a placeholder, loading an ascx control in code behind. I replace the <head> section in my aspx page with < head id ="headSection" runat ="server" >, and now it works. As the ascx control had an updatepanel, i had to do the loadcontrol in the page-init method. Hope that will solve your pb. Gilles
Page 1 of 1 (6 items)