panel控件

panel在浏览器中表现为div
panel控件盛放空间是如果设定GroupingText属性在浏览器中表现为<fieldset>的div标签
<div>
        <div id="Panel1" style="height:86px;">
    <fieldset>
        <legend>
            box
        </legend>
            <textarea name="TextBox1" rows="2" cols="20" id="TextBox1">
</textarea>
            <br />
            <input type="submit" name="Button1" value="Button" id="Button1" />
            <br />
            <input id="RadioButton1" type="radio" name="gender" value="RadioButton1" /><label for="RadioButton1">女</label>
            <input id="RadioButton2" type="radio" name="gender" value="RadioButton2" /><label for="RadioButton2">男</label>

        
        
    </fieldset>
</div>//浏览器源码
<div>
        <asp:Panel ID="Panel1" runat="server" Height="86px" GroupingText="box">
            <asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine"></asp:TextBox>
            <br />
            <asp:Button ID="Button1" runat="server" Text="Button" />
            <br />
            <asp:RadioButton ID="RadioButton1" runat="server" Text="女" runat="server"
                GroupName="gender" />
            <asp:RadioButton ID="RadioButton2" runat="server" runat="server" Text="男"
                GroupName="gender"/>

        
        </asp:Panel>
    
    </div>//设计器源码


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值