Questions tagged [collapsiblepanelextender]

The CollapsiblePanelExtender is part of the AJAX Control Toolkit for ASP.net

The CollapsiblePanelExtender is part of the AJAX Control Toolkit for ASP.net

The official Sample is here
And the official tutorial is here

The CollapsiblePanel is a very flexible extender that allows you to easily add collapsible sections to your web page. This extender targets any ASP.NET Panel control. The page developer specifies which control(s) on the page should be the open/close controller for the panel, or the panel can be set to automatically expand and/or collapse when the mouse cursor moves in or out of it, respectively.

64 questions
0
votes
1 answer

Returning a CollapsiblePanelExtender over/through ajax/javascript

I would like to be able to return a programmatically generated collapsible panel extender through javascript along with it's panel and so on. I've got the panel and associated tables going through just fine however when I try and attach the cpe it…
aggitan
  • 2,094
  • 5
  • 19
  • 22
0
votes
1 answer

ASP.Net CollapsiblePanelextender Control

Afternoon All, I am wonding if i can configure and use a collapsiblePanelextender in ASP.net within a table. I would likt this to be used for a minutes of meeting system that i am creating. I have the following code and thought that if i added…
-1
votes
2 answers

Why Collapsible Panel Cannot be found in jQuery

I have nine collapsible panels on a page. I can expand or collapse them from either jQuery or C# code behind. It was all working fine until I broke something and now the $find(cpe) returns null for two of the nine. The panels are defined and…
Bob Jones
  • 2,049
  • 5
  • 32
  • 60
-1
votes
2 answers