adduser.aspx
来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 226 行 · 第 1/2 页
ASPX
226 行
Text="户口所在地"></asp:Label></td>
<td style="width: 535px; height: 26px">
<asp:TextBox ID="tbregist" runat="server" Font-Size="10pt" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 26px; width: 3px;">
</td>
<td align="right" style="width: 1961px; height: 26px;">
<asp:Label ID="lblHomeAddress" runat="server" Font-Size="10pt" Text="家庭住址" style="position: relative"></asp:Label></td>
<td style="width: 139px; height: 26px;">
<asp:TextBox ID="HomeAddress" runat="server" Font-Size="10pt" style="position: relative"></asp:TextBox></td>
<td style="width: 139px; height: 26px;">
</td>
<td align="right" style="width: 2527px; height: 26px;">
<asp:Label ID="Label16" runat="server" Font-Size="10pt" Style="position: relative"
Text="现住址"></asp:Label></td>
<td style="width: 535px; height: 26px;">
<asp:TextBox ID="tbNowaddress" runat="server" Font-Size="10pt" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 15px; width: 3px;">
</td>
<td align="right" style="width: 1961px; height: 15px;">
<asp:Label ID="Label9" runat="server" Font-Size="10pt" Text="学历"></asp:Label></td>
<td style="width: 139px; height: 15px;">
<asp:TextBox ID="tbSchoolAge" runat="server" Font-Size="10pt"></asp:TextBox></td>
<td style="width: 139px; height: 15px;">
</td>
<td align="right" style="width: 2527px; height: 15px;">
<asp:Label ID="Label5" runat="server" Font-Size="10pt" Style="position: relative"
Text="毕业学校"></asp:Label></td>
<td style="width: 535px; height: 15px;">
<asp:TextBox ID="tbSchool" runat="server" Font-Size="10pt" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 15px; width: 3px;">
</td>
<td align="right" style="width: 1961px; height: 15px">
<asp:Label ID="Label11" runat="server" Font-Size="10pt" Style="position: relative"
Text="所学专业"></asp:Label></td>
<td style="width: 139px; height: 15px">
<asp:TextBox ID="tbSpeciality" runat="server" Style="position: relative"></asp:TextBox></td>
<td style="width: 139px; height: 15px">
</td>
<td align="right" style="width: 2527px; height: 15px">
<asp:Label ID="Label10" runat="server" Font-Size="10pt" Style="position: relative"
Text="职位"></asp:Label></td>
<td style="width: 535px; height: 15px">
<asp:TextBox ID="tbJob" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 26px; width: 3px;">
</td>
<td align="right" style="width: 1961px; height: 26px;">
<asp:Label ID="Label15" runat="server" Font-Size="10pt" Style="position: relative"
Text="入伙时间"></asp:Label></td>
<td style="width: 139px; height: 26px;">
<asp:TextBox ID="tbtime" runat="server" Font-Size="10pt" Style="position: relative"></asp:TextBox></td>
<td style="width: 139px; height: 26px;">
</td>
<td style="width: 2527px; height: 26px;" align="right">
</td>
<td style="width: 535px; height: 26px;">
</td>
<td style="width: 535px; height: 26px;">
</td>
</tr>
<tr>
<td style="height: 26px; width: 3px;">
</td>
<td align="right" style="width: 1961px; height: 26px;">
<asp:Label ID="Label1" runat="server" Font-Size="10pt" Style="position: relative"
Text="短信端口类型"></asp:Label></td>
<td style="width: 139px; height: 26px;">
<asp:DropDownList ID="cbTrader" runat="server" Font-Size="10pt" Width="153px" style="position: relative">
</asp:DropDownList></td>
<td style="width: 139px; height: 26px;">
</td>
<td align="right" style="width: 2527px; height: 26px;">
<asp:Label ID="lblMobile" runat="server" Font-Size="10pt" Text="手机号" style="position: relative"></asp:Label>
</td>
<td style="width: 535px; height: 26px;">
<asp:TextBox ID="Mobile" runat="server" Font-Size="10pt" style="position: relative"></asp:TextBox>
<asp:RegularExpressionValidator ID ="RegularExpressionValidator1" ControlToValidate ="Mobile" runat ="server" ValidationExpression="\d{3,4}-\d{7,8}|\d{11}" ErrorMessage ="电话号码输入格式不正确!" Display="dynamic" ForeColor="red" Font-Size ="10pt" Width="215px" style="position: relative"></asp:RegularExpressionValidator></td>
<td style="width: 535px; height: 26px;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 99px; height: 93px; ">
<table style="width: 764px; height: 15px; position: relative; left: 0px; top: -21px;">
<tr>
<td style="height: 53px; width: 741px; border-bottom: #9ac4e0 1px solid;" colspan="8">
<asp:Label ID="Label17" runat="server" Font-Size="10pt" Style="position: relative; left: 110px; top: -69px;"
Text="备注"></asp:Label>
<asp:TextBox ID="tbbeizhu" runat="server" Style="position: relative; left: 117px; top: -2px;" Height="65px" Width="505px" BorderStyle="Inset" TextMode="MultiLine"></asp:TextBox><asp:Button ID="btnOK" runat="server" OnClick="btnOK_Click" Height="23px" Width="39px" Text="提交" style="left: -225px; position: relative; top: 30px" />
<asp:Button ID="btnCancel" runat="server" OnClick="btnCancel_Click" Height="23px" Width="41px" Text="取消" style="left: -224px; position: relative; top: 30px" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?