Search

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

Matching Posts

  • AutoCompleteExtender error when inside div with display: none (IE only)

    Hi I need to place an AutoCompleteExtender inside a div that changes its display from none to inline depending on the user's actions. The problem is that I get a javascript error: "Invalid argument" . If, additionally, the div is included in an UpdatePanel, the browser hangs after a callback. This only happens in IE, in Firefox it works fine. To reproduce the error, you can use this: < ProgressTemplate > < asp:Label ID= "Label1" runat= "server" Text= "Progress..." ></ asp:Label ><
    Posted to ASP.NET AJAX UI (Forum) by vladhorby on 5/9/2006
  • Popup control - "Assertion failed: Duplicate use of id..."

    Hi I'm working with the may release of the toolkit. When the target texbox for the popup control is inside an UpdatePanel that gets updated, you get this error: Assertion failed: Duplicate use of id "_ctl00_ContentPlaceHolder1_DateTextBox" for object of type "AtlasControlToolkit.PopupControlBehavior" To reproduce it, just place the DateTextBox from the sample PopupControl.aspx inside an UpdatePanel. This makes it impossible to use it in places like a form or a grid view, if you have au updatepanel
  • Re: Triggers Across Content Control

    Hi I bumped into the same problem. It makes some kind of sense, because the controls in the other content control will be loaded in a different container and from what I've seen the UpdatePanel cannot find it. One solution would be to edit the control id to its UniqueID: < atlas : ControlEventTrigger ControlID =" MainContentHeaderHolder$ btnNewResident" EventName ="Click" /> or < atlas : ControlEventTrigger ControlID ="ctl00$ MainContentHeaderHolder$ btnNewResident" EventName ="Click" />
    Posted to ASP.NET AJAX UI (Forum) by vladhorby on 5/4/2006
  • Re: Popup Control Extender

    I tried your fix and yes, it works for target controls inside templates, but the error still appears when you have the target control inside an UpdatePanel. I hope the problem will be fixed in the next release of the toolkit, but, until then, it is possible to simulate the PopupControl using the CollapsiblePanel and a div with its style set to z-index: 1, position: absolute < cc22:collapsiblepanelextender id= "collapsibleActionDateEI" runat= "server" > < cc22:CollapsiblePanelProperties CollapseControlID
    Posted to ASP.NET AJAX Control Toolkit (Forum) by vladhorby on 4/29/2006
  • Re: Event handlers for behaviors using the extenders

    My understanding is that the extenders act as a helpers or wrappers for the atlas behaviors so that they can be used easier from Visual Studio(please correct me if i'm wrong). This means that the properties from the CollapsiblePanelProperties are passed to the CollapsiblePanelBehaviour. Wouldn't it be possible then to pass the name of the event handler as a text property? Of course the event handler would have to be a javascript function, but the assignment could be done at design time, just like
    Posted to ASP.NET AJAX Control Toolkit (Forum) by vladhorby on 4/28/2006
  • Event handlers for behaviors using the extenders

    Hi Is there a way to set the handler for an event of a behaviour (i.e. expandedCompleted for CollapsiblePanel) using the extender and the extender properties? In this case, the behavior has the event, but in the CollapsiblePanelProperties only the properties are available. Thank you Vlad
    Posted to ASP.NET AJAX Control Toolkit (Forum) by vladhorby on 4/28/2006
Page 1 of 1 (6 items)