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 ???
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).
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???
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 ???
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
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).
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???
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
yes ScriptManager is also dere :( but still m facing same issue
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
is working on a reply...