Browse by Tags

Related Posts

  • Strange Ajax Error

    Hi guys: I encounter a very strange error. I'm using an Accordion control in my page,when click one header,there is a javascript error.So I debug this error use VS2005 and it direct to a *.axd file.The error statement is : var index=header._index; It seems to be an ajax script error. But when I run...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by xc_lw on 02-10-2009, 12:00 AM
    Filed under: javascript, Accordion, error
  • Re: Change Accordian SelectedIndex in the client

    Are old threads still checked? If so, how would one access the Accordion, client side, when it is embedded in a <UpdatePane>...<Multiview>....<View> <Atlas:Accordion... Using the code above I get 'undefined'. (Obviously I've changed accHost for my own control name) var...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by angel1058 on 10-11-2006, 12:00 AM
    Filed under: UpdatePanel, Accordion, Atlas, JavaScript
  • Re: How to catch AccordionPane Select Event ?

    Hi Ted ! I couldn't catch it using AccordionBehavior and selectedIndex but with the following it work's function accSelectedChange(sender, eventArgs) { if (eventArgs.get_propertyName() == "SelectedIndex" ) { alert(sender.get_ClientState()); } } function pageLoad() { $object( 'accObjekt_AccordionProperties'...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mc24 on 10-04-2006, 12:00 AM
    Filed under: Accordion, JavaScript
  • Re: Change Accordian SelectedIndex in the client

    I tried this a few different ways - but I always get "Object doesn't support this property or method" I downloaded the latest (i think) - no difference. Microsoft.Web.Atlas.dll - 9/19/06 AtlasControlToolkit.dll - 9/15/06 Microsoft.AtlasControlExtender.dll - 9/19/06 Do I have the right builds...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Vegivore on 09-20-2006, 12:00 AM
    Filed under: Accordion, Atlas, Atlas Control Toolkit, atlas Control Toolkit panel extender accordion, JavaScript
  • Add Accordian Panels in Client-side JavaScript

    How can I add Accordian Panels dynamically to an Accordian control on the page using just cleint-side JavaScript?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Vegivore on 09-17-2006, 12:00 AM
    Filed under: Accordion, Atlas, Atlas Control Toolkit, atlas Control Toolkit panel extender accordion, JavaScript, Dynamically Creating Controls
Page 1 of 1 (5 items)