아틀라스 툴킷 accordionExtender 에 Repeater컨트롤 붙이기
http://forums.asp.net/thread/1348010.aspx
Re: Data Binding in an AccordionPane in a Repeater
finally, I managed to make it work on both IE and Firefox. Here goes the code: ====================== <div id="Accordion1" runat="server" style="width: 460px; height:auto;"> ====================== N.B.: DO NOT put a space between <span> and <div> tags, if not it does not work properly in Firefox... That is what I found, don't ask me why. Yes, it is strange, I am still looking for an answer... :) |