日期:2014-05-19  浏览次数:20354 次

???大家有使用过AjaxControlToolkit,请指点一下?
<%@   Page   Language= "C# "   AutoEventWireup= "true "   CodeFile= "Default.aspx.cs "   Inherits= "_Default "   %>
<%@   Register   Assembly= "AjaxControlToolkit "   Namespace= "AjaxControlToolkit "   TagPrefix= "ajaxToolkit "   %>

<!DOCTYPE   html   PUBLIC   "-//W3C//DTD   XHTML   1.1//EN "   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd ">
<html   xmlns= "http://www.w3.org/1999/xhtml ">
<head   runat= "server ">
        <title> Untitled   Page </title>
</head>
<body>
        <form   id= "form1 "   runat= "server ">
                <asp:ScriptManager   ID= "ScriptManager1 "   runat= "server "   />
             
       
               
                    <ajaxToolkit:Accordion   ID= "MyAccordion "   runat= "server "   SelectedIndex= "0 "
                        HeaderCssClass= "accordionHeader "   ContentCssClass= "accordionContent "
                        FadeTransitions= "false "   FramesPerSecond= "40 "   TransitionDuration= "250 "   AutoSize= "None ">
                      <Panes>
                        <ajaxToolkit:AccordionPane   ID= "AccordionPane1 "   runat= "server ">
                                <Header> <a   href= " "   onclick= "return   false; "   class= "accordionLink "> 1.   Accordion </a> </Header>
                                <Content>
                                        <asp:ListBox   ID= "ListBox1 "   runat= "server "   Height= "122px "   Width= "124px ">
                        <asp:ListItem> 452 </asp:ListItem>
                        <asp:ListItem> 12312 </asp:ListItem>
                        <asp:ListItem> 1231 </asp:ListItem>
                        <asp:ListItem> 123123 </asp:ListItem>
                        <asp:ListItem> 123123 </asp:ListItem>
              &n