62,271
社区成员
发帖
与我相关
我的任务
分享
<table width="650" border="0" cellpadding="0" cellspacing="1" bgcolor="#3897F6">
<tr bgcolor="#FFFFFF">
<td width="80" height="40" align="center">
编 码
</td>
<td width="150" align="center">
登陆代码
</td>
<td width="200" align="center">
实际名字
</td>
<td width="120" align="center">
部门名称
</td>
<td width="100" align="center">
管理权限
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="40" width="80" align="center">
<asp:TextBox ID="TextBox2" runat="server" Width="60px"></asp:TextBox>
</td>
<td width="150" align="center">
<asp:TextBox ID="TextBox3" runat="server" Width="70px"></asp:TextBox>
</td>
<td width="200" align="center">
<asp:TextBox ID="TextBox4" runat="server" Width="80px"></asp:TextBox>
</td>
<td width="120" align="center">
<asp:TextBox ID="TextBox5" runat="server" Width="90px"></asp:TextBox>
</td>
<td width="100" align="center">
<asp:RadioButtonList ID="RadioButtonList1" runat="server" Height="16px" RepeatDirection="Horizontal"
Width="117px">
<asp:ListItem Selected="True" Value="0">没有</asp:ListItem>
<asp:ListItem Value="1">有</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
</table>