Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mahmood 28 posts 48 karma points
    Apr 28, 2011 @ 13:55
    Mahmood
    0

    ajax accordion based user not not working

    hi all,

    i have made a web user control which is using ajax based accordion control ...but wen i open the page this rendering all html and onclick expending and collapsing is not working. i ve also tried CollapsiblePanelExtender based user control... and found same issue here it rending all but on click do nothing... what is wrong wid it ???

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Apr 28, 2011 @ 22:24
    Jan Skovgaard
    0

    Hi Mahmood

    Are you sure the reference to the JavaScript does exist?

    Do you get any error messages in the firebug console (If you're using Firefox for instance) ?

    /Jan

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Apr 28, 2011 @ 23:09
    Sebastiaan Janssen
    0

    What I usually do for debugging these things is make sure that it works in a simple html file first and then put it into umbraco. That way, I can compare both and see where I might have made a mistake (usually I do something stupid, like forgetting a closing tag or something like that).

  • Mahmood 28 posts 48 karma points
    Apr 29, 2011 @ 06:49
    Mahmood
    0

    yes i tested it in .net first after verification i copied it in umbraco... but in umbraco it render all html and collapsing and expending in not working... and also m not getting any error messages. any idea???

  • Pasang Tamang 258 posts 458 karma points
    Apr 29, 2011 @ 07:14
    Pasang Tamang
    0

    Hi Mahmood

    May be the srcipt manager tag is missing in your template. Is there <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>

    in you template just below the form tag?

    Thanks

    Pnima


  • Mahmood 28 posts 48 karma points
    Apr 29, 2011 @ 07:40
    Mahmood
    0

    yes ScriptManager is also dere :( but still m facing same issue


  • antongoreb 1 post 21 karma points
    Jul 01, 2012 @ 20:25
    antongoreb
    0

    Refer the following asp.net ajax accordion http://asp.net-informations.com/ajax/ajax-accordion.htm  , it tell the basic setup of ajax accordion.

     

    goreb

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies