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

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>