![]() |
#2
川流不息2007-08-20 21:50
|
请教大家
在asp当中的
<%if request("add")="" then%>
<table bordercolor="#CCCCCC" style="width: 100%; height: 100%;" cellspacing="0" cellpadding="3" class="style1" >
<tr>
<td valign="top"></td>
</tr>
</table>
<%end if%>
这个表格有条件的显示,在C#.net当中应该怎么写?