Sunday, March 11, 2012

Nested CollapsiblePanels

Hi,

This is caused by there are multiple CollapsiblePanelExtender controls with the same ID exist on the page.

You may try to specify different ids for them. For instance:

CollapsiblePanelExtender cpe =new CollapsiblePanelExtender();
 cpe.ID = "cpe" + //unique id of the post;
Hope this helps.

No comments:

Post a Comment