Dream怎样创建登陆页面

来源:百度知道 编辑:UC知道 时间:2024/07/03 08:29:26

<table align="center" border="1" cellpadding="0"
cellspacing="0" style="width: 326px; height: 126px">
<tr>
<td style="width: 56px; text-align: center;">
<asp:Label ID="labUserName" runat="server" Font-Size="9pt" Text="用户名"
Width="38px"></asp:Label>
</td>
<td style="width: 154px; text-align: center;">
<asp:TextBox ID="txtUserName" runat="server" Font-Size="9pt" Width="128px"></asp:TextBox>
</td>
</tr>
&l