Microsoft Ajax Control Learning 1: accordiondemo

Source: Internet
Author: User
In fact, this control is similar to the former Atlas and the current Ajax collapsiblepanel. The two applications have some differences:
When the accordion application has multiple panels and only one panel is displayed at a time;
Collapsiblepanel can only control the display and hiding of one panel;
The following is an example of accordion. Code : 1 < Div >
2 < Div >
3 Link in a panel to show or hide what we want to display and hide
4 </ Div >
5 < BR />
6 < ASP: scriptmanager ID = " Scriptmanager1 " Runat = " Server " >
7 </ ASP: scriptmanager >
8 < PC3: accordion
9 ID = " Myaccordion "  
10 Runat = " Server " Selectedindex = " 0 "
11 Fadetransitions = " True "
12 Framespersecond = " 80 "
13 Transitionduration = " 80 "
14 Autosize = " None "  
15 Requireopenedpane = " False "  
16 Suppressheaderpostbacks = " True " >
17 < Panes >
18 < C0: accordionpane ID = " Accordionpane1 " Runat = " Server " >
19 < Header > < A href = ""   Class = " Accordionlink " > · China </ A > </ Header >
20 < Content >
21 < Div Style = " Background-color: threedshadow " >
22 China I know < BR />
23 What about you?
24 </ Div > </ Content >
25 </ C0: accordionpane >
26 < C0: accordionpane ID = " Accordionpane2 " Runat = " Server " >
27 < Header > < A href = ""   Class = " Accordionlink " > < BR /> USA </ A > </ Header >
28 < Content >
29 America I hate
30 < BR />
31 And you ?
32 </ Content >
33 </ C0: accordionpane >
34 < C0: accordionpane ID = " Accordionpane3 " Runat = " Server " >
35 < Header > < A href = ""   Class = " Accordionlink " > < BR /> Japan </ A > </ Header >
36 < Content >
37 Japan I hate
38 < BR />
39 Agree with me ??
40 </ Content >
41 </ C0: accordionpane >
42 < C0: accordionpane ID = " Accordionpane4 " Runat = " Server " >
43 < Header > < A href = ""   Class = " Accordionlink " > < BR /> South Korea </ A > </ Header >
44 < Content >
45 I envy, too many handsome girls, huh, huh
46
47 </ Content >
48 </ C0: accordionpane >
49 </ Panes >
50 </ PC3: accordion >
51 </ Div >

In this case, it is relatively simple. It mainly involves setting several attributes of accordion. Some Opinions are my personal opinions. Please correct the mistakes. TKS ~~~~~~

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.