Click here to Skip to main content
15,905,963 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
i have one master page in that i have two content place holder one is in header Section("HeaderContent") and another is in body Section("MainContent").
i have one child page of this master in which i put one ajax Accordian Panel control which contain 6 accordian panes.
i set the slectedindex=0 if Accordian Panel so first pane is display but when try to expand another pane then it's not works properly.
i checked html source of this child page then all the accordian panes have a same id as ContentPlaceHolder like "MainContent". I dont know how is it possible..
i follow this link http://www.aspdotnet-suresh.com/2011/04/ajax-accordion-control-example-or-how.html[^]
plz help
Posted
Updated 10-Apr-13 18:33pm
v4

1 solution

Can you provide code for help...
but by guessing i can say that you miss RequireOpenedPane parameter of accordian control.

to know more see:-
http://forums.asp.net/t/1288317.aspx/1[^]

http://www.asp.net/ajaxlibrary/act_Accordion_Simple.ashx[^]
 
Share this answer
 
Comments
Hidayat Meman 12-Apr-13 7:21am    
I learn about accordian from both sites and also implements same as but still all accordian panes becomes same id as content placeholder when i run run my web apps.
TrushnaK 12-Apr-13 9:57am    
can you show me your code so... i can help you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900