Dynamically set AccordianPane Header

Posted on 16th Feb 2014 by admin

I have an accordian on my master page. I'd like to be able to dynamically change the header on different pages. The I can't figure out how to do it or if it's even possible. When I access the accordian in the code behind, it has a Header property of type System.Web.UI.CompiledTemplateBuilder I believe. I was hoping it would have an InnerText property or something, but it doesn't have any properties.

Other forums