在asp.net/c#中帮助创建和使用CollapsiblePanel [英] help for create and use CollapsiblePanel in asp.net/c#

查看:51
本文介绍了在asp.net/c#中帮助创建和使用CollapsiblePanel的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨 我如何在inasp.net/c#中使用CollapsiblePanely网页?

解决方案

您是否要删除这一个,它是双重帖子...


如果您不同意,那么您能否解释一下当前问题与该问题中的问题之间的区别:
帮助创建此网站的一部分用于显示和隐藏框 [ < div > ; < asp:Panel 运行 =" ID Panel1 " < asp:Label 运行 =" ID lblMessage " 文本 备注" < /asp:Label > & nbsp& nbsp& nbsp& nbsp& nbsp& nbsp& nbsp& nbsp& nbsp& nbsp < asp:Image ID =" runat 服务器" / < /asp:Panel > < asp:Panel 运行 =" ID Panel2 " < asp:TextBox ID =" runat 服务器" TextMode MultiLine" < /asp:TextBox > < br > < /asp:Panel > < ajax:CollapsiblePanelExtender ID =" runat 服务器" 自动折叠 false" AutoExpand false" span> CollapseControlID Panel1" 崩溃 =" ExpandControlID =" TextLabelID =" span> CollapsedText 显示" ExpandedText =" TargetControlID =" span> ScrollContents false" ExpandDirection =" ImageControlID =" CollapsedSize =" ExpandedSize =" < /ajax:CollapsiblePanelExtender > < /div >



有关更多详细信息,请检查给定的链接
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/CollapsiblePanel/CollapsiblePanel.aspx [a> [ ^ ]


hi how can i use CollapsiblePanely web page inasp.net/c#?

解决方案

Would you delete this one, its a double post...

[Edit]
If you disegree then could you explain the differens between the current question an the one in this thread:
help for create the part of this site for show and hidden boxes[^]
[/Edit]


Simple example given below...

<div>
                            <asp:Panel runat="server" ID="Panel1">
                                    <asp:Label runat="server" ID="lblMessage" Text="Remarks"></asp:Label>
                                    &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
                                    <asp:Image ID="ImageArrow" runat="server" />
                             </asp:Panel>
                             <asp:Panel runat="server" ID="Panel2">
                                <asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine"></asp:TextBox>
                                <br />
                              </asp:Panel>
                               <ajax:CollapsiblePanelExtender ID="CollapsiblePanelExtender1" runat="server" AutoCollapse="false" AutoExpand="false"

                                    CollapseControlID="Panel1" Collapsed="true" ExpandControlID="Panel1" TextLabelID="lblMessage"

                                    CollapsedText="Show" ExpandedText="Hide" TargetControlID="Panel2"

                                    ScrollContents="false" ExpandDirection="Vertical" ImageControlID="ImageArrow" CollapsedSize="0" ExpandedSize="120">

                              </ajax:CollapsiblePanelExtender>
                         </div>



for more detail check given link
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/CollapsiblePanel/CollapsiblePanel.aspx[^]


这篇关于在asp.net/c#中帮助创建和使用CollapsiblePanel的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆