当前位置: 代码迷 >> ASP.NET >> asp.net(webform)中与winform中的groupBox相应的控件是什么?解决方法
  详细解决方案

asp.net(webform)中与winform中的groupBox相应的控件是什么?解决方法

热度:7700   发布时间:2013-02-26 00:00:00.0
asp.net(webform)中与winform中的groupBox相应的控件是什么?
asp.net(webform)中与winform中的groupBox相应的控件是什么?

------解决方案--------------------------------------------------------
你运行一下:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN ">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
</HEAD>

<BODY id=bdy style= "background: threedface; color: windowtext; margin: 10px; BORDER-STYLE: none " scroll=no>

<FIELDSET style= "width: 1%; text-align: center ">
<LEGEND> Spacing </LEGEND>

<table border=0 cellspacing=6 cellpadding=0>
<tr>
<td> <nobr> Cell Spacing: </nobr> </td>
<td> <input type= "text " name= "cellspacing " value= "1 " style= "width: 50px " maxlength=4> </td>
</tr>
<tr>
<td> <nobr> Cell Padding: </nobr> </td>
<td> <input type= "text " name= "cellpadding " value= "2 " style= "width: 50px " maxlength=4> </td>
</tr>
</table>
</FIELDSET>

</BODY>
</HTML>
  相关解决方案