Search

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

Matching Posts

  • Re: Creating Atlas Controls

    D'oh! That was it exactly! From the earlier post with your sample, I misunderstood it to mean that you had to use the ScriptManager AND specifically include the HoverMenuBehavior.js in order to access the javascript api of the HoverMenu. As soon as I removed the script tag for HoverMenuBehavior.js the problem went away. I guess the stand-alone .js files are just for non-ASP.NET apps? Thanks for the help!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mwadden on 7/21/2006
  • Data Binding in an AccordionPane in a Repeater

    I really hope someone can help me with this... I need this for a client project asap. My goal is to create an Accordion using data from a database. I've set up a Repeater that generates each AccordionPane for my Atlas Accordion. Within the Repeater's ItemTemplate, data-binding works just fine. However, it stops working inside the AccordionPane definition. Here's some code that illustrates the problem. I've placed comments inline to show the problem areas. (sample.aspx): <%@ Page Language="C#"
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mwadden on 7/20/2006
  • Re: Creating Atlas Controls

    I do have a ScriptManager and it's all working fine. Here's what I'm using: <atlas:ScriptManager id="MasterScriptManager" EnablePartialRendering="true" runat="Server" EnableScriptComponents="True" EnableScriptGlobalization="false"> <services> <atlas:servicereference path="~/Admin/AssetManager.asmx" /> </services> </atlas:ScriptManager> As you can see, I'm even using a web service for an ajax call which is also working fine. That's the disturbing part... it all *seems
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mwadden on 7/20/2006
  • Re: Creating Atlas Controls

    Hi Ted, I have a small javascript function (similar to your example above) that creates and attaches a HoverMenuBehavior. Everything works perfectly fine, except I keep getting a javascript error saying 'Type' is not defined referring to the first line in HoverMenuBehavior.js: Type.registerNamespace('AtlasControlToolkit'); Do I need to include another .js file somewhere other than HoverMenuBehavior.js ? My code is functioning exactly how I want, but the error is annoying. Thanks for the help, -mark
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mwadden on 7/19/2006
Page 1 of 1 (5 items)