在asp.net中怎么添加类似GroupBox控件
我的是vs2008asp.net开发工具在asp.net中怎么添加类似于C#中的GroupBox控件啊?没理解我的意思我是说要效果和GroupBox一样的就是和Group...
我的是vs2008 asp.net开发工具
在asp.net中怎么添加类似于C#中的GroupBox控件啊?
没理解我的意思 我是说 要效果和GroupBox一样的
就是和GroupBox的外貌一样 呵呵 展开
在asp.net中怎么添加类似于C#中的GroupBox控件啊?
没理解我的意思 我是说 要效果和GroupBox一样的
就是和GroupBox的外貌一样 呵呵 展开
3个回答
展开全部
不用GroupBox控件,ASP.NET中的每个控件都有Group属性,你把一组的控件统一命名不就完了吗。
可以用DIV来写,这个给你参考吧,呵呵。
<div id="DIV1" style="z-index: 102; left: 25px; width: 344px; position: absolute;
top: 100px; height: 181px">
<fieldset style="height: 111px; text-align: right">
<legend style="text-align: left">共有情况 </legend>*申请人<asp:TextBox ID="TextBox1" runat="server"
TextMode="MultiLine" Width="180px"></asp:TextBox>
<br />
申请人地址<asp:TextBox ID="TextBox2" runat="server" TextMode="MultiLine" Width="180px"></asp:TextBox><br />
申请人电话<asp:TextBox ID="TextBox3" runat="server" Width="180px"></asp:TextBox></fieldset>
</div>
关键的地方是fieldset和legend关键字
可以用DIV来写,这个给你参考吧,呵呵。
<div id="DIV1" style="z-index: 102; left: 25px; width: 344px; position: absolute;
top: 100px; height: 181px">
<fieldset style="height: 111px; text-align: right">
<legend style="text-align: left">共有情况 </legend>*申请人<asp:TextBox ID="TextBox1" runat="server"
TextMode="MultiLine" Width="180px"></asp:TextBox>
<br />
申请人地址<asp:TextBox ID="TextBox2" runat="server" TextMode="MultiLine" Width="180px"></asp:TextBox><br />
申请人电话<asp:TextBox ID="TextBox3" runat="server" Width="180px"></asp:TextBox></fieldset>
</div>
关键的地方是fieldset和legend关键字
展开全部
<fieldset style="padding: 2;width:100%; ">
<legend>组名称,可任意写</legend>
这里加内容
</fieldset>
<legend>组名称,可任意写</legend>
这里加内容
</fieldset>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
panel就可以了,也可以添加名字
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询