Encoding
(1)
Control
(1)
Section
(1)
MimeOLE
(1)
Thread
(1)
AjaxControlToolkit
(1)
CgOqoA
(1)
CollapsiblePanel
(1)

Expand/Retract Section

Asked By Morris Neuman
19-Jan-10 08:45 PM
Hi,
I want to have several titles on a page with arrow to expand/contract
dynamically such that when user clicks on one of the titles, it expands a
section below it.  For example, please see page
http://www.dialogic.com/products/tdm_boards/system_release_software/default.htm
You can expand/retract any of the colored lines to see details below.

Are there special controls to automate this process?

Appreciate any help you can provide.

--
Thanks
Morris

Hi Morris,To achieve this expand/collapse function by using a control, you can

v-zhiqn replied to Morris Neuman
20-Jan-10 10:04 PM
Hi Morris,

To achieve this expand/collapse function by using a control, you can use
the AjaxControlToolkit CollaspiblePanel extender:
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/CollapsiblePanel/Collapsi
blePanel.aspx

To install the AjaxControlToolkit:
http://www.asp.net/learn/Ajax-Control-Toolkit/tutorial-47-cs.aspx
http://www.asp.net/learn/ajax-videos/video-76.aspx

To use the CollaspiblePanel extender:
http://www.asp.net/learn/ajax-videos/video-89.aspx
http://www.asp.net/learn/Ajax-Control-Toolkit/tutorial-18-cs.aspx

Toolkit Tutorials
http://www.asp.net/learn/ajax/#ajaxcontroltoolkit
Tookit Videos
http://www.asp.net/learn/ajax-videos/#ajaxcontroltoolkit

--
Sincerely,

Zhi-Qiang Ni

Microsoft Online Support


==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

MSDN Managed Newsgroup support offering is for non-urgent issues where an
initial response from the community or a Microsoft Support Engineer within
2 business day is acceptable. Please note that each follow up response may
take approximately 2 business days as the support professional working with
you may need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations that require urgent,
real-time or phone-based interactions. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================

--------------------
| Thread-Topic: Expand/Retract Section
| thread-index: AcqZci4PYp4cQgYfSxey89A+CgOqoA==
| X-WBNR-Posting-Host: 71.245.243.190
| From: Morris Neuman <Morris@online.nospam>
| Subject: Expand/Retract Section
| Date: Tue, 19 Jan 2010 17:45:01 -0800
| Lines: 14
| MIME-Version: 1.0
| Content-Type: text/plain;
| 	charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325
| Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontrols
microsoft.public.dotnet.framework.aspnet.webcontrols:5042
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontrols
|
| Hi,
| I want to have several titles on a page with arrow to expand/contract
| dynamically such that when user clicks on one of the titles, it expands a
| section below it.  For example, please see page
|
http://www.dialogic.com/products/tdm_boards/system_release_software/default.
htm
| You can expand/retract any of the colored lines to see details below.
|
| Are there special controls to automate this process?
|
| Appreciate any help you can provide.
|
| --
| Thanks
| Morris
|
Post Question To EggHeadCafe