updateuserinfo.aspx

来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 201 行

ASPX
201
字号
<%@ page language="C#" autoeventwireup="true" inherits="UserManagement_UpdateUserInfo, App_Web_iy7gp0bk" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body scroll="no" style="margin-top:10px">
    <form id="form1" runat="server">
    <div>
        <table style="width: 778px; height: 125px; background-color:#f3f8ff">
            <tr>
                <td style="width: 101px; height: 25px; background-color:#9ac4e0">
                    &nbsp;<asp:Label ID="Label1" runat="server" Height="12px" Width="224px" Font-Size="10pt">位置: &nbsp; 用户管理 &nbsp;> &nbsp; 用户信息修改</asp:Label></td>
            </tr>
            <tr>
                <td style="width: 101px; height: 250px; ">
                    <table style="width: 774px;  font-size: 10pt;">
                        <tr>
                            <td style="font-size: 10pt; width: 20px">
                            </td>
                            <td align="right" style="font-size: 10pt; width: 276px">
                                <asp:Label ID="Label10" runat="server" Font-Size="10pt" Text="用户组"></asp:Label></td>
                            <td colspan="2" style="font-size: 10pt; width: 496px">
                                <asp:DropDownList ID="cbArea" runat="server" Width="153px" AutoPostBack="True" OnSelectedIndexChanged="cbArea_SelectedIndexChanged">
                                </asp:DropDownList></td>
                            <td align="right" style="font-size: 10pt; width: 278px">
                                <asp:Label ID="Label5" runat="server" Font-Size="10pt" Text="部门单位名"></asp:Label></td>
                            <td style="font-size: 10pt; width: 100px">
                                <asp:DropDownList ID="cbCorporation" runat="server" Width="153px" AutoPostBack="True">
                                </asp:DropDownList></td>
                            <td style="width: 100px">
                            </td>
                        </tr>
                        <tr>
                            <td style="font-size: 10pt; width: 20px">
                            </td>
                            <td align="right" style="font-size: 10pt; width: 276px;">
                                <asp:Label ID="Label11" runat="server" Font-Size="10pt" Text="职工员"></asp:Label></td>
                            <td colspan="2" style="font-size: 10pt; width: 496px">
                                <asp:TextBox ID="tbUserDefineID" runat="server"></asp:TextBox></td>
                            <td align="right" style="font-size: 10pt; width: 278px">
                                <asp:Label ID="Label16" runat="server" Font-Size="10pt" Text="姓名"></asp:Label></td>
                            <td style="font-size: 10pt; width: 100px">
                                <asp:TextBox ID="tbName" runat="server"></asp:TextBox></td>
                            <td style="width: 100px">
                            </td>
                        </tr>
                        <tr>
                            <td style="font-size: 10pt; width: 20px; height: 1px">
                            </td>
                            <td align="right" style="font-size: 10pt; width: 276px; height: 1px">
                                <asp:Label ID="Label12" runat="server" Font-Size="10pt" Text="性别"></asp:Label></td>
                            <td colspan="2" style="font-size: 10pt; width: 496px; height: 1px">
                                <asp:DropDownList ID="cbSex" runat="server" Width="155px">
                                    <asp:ListItem Value="0">男</asp:ListItem>
                                    <asp:ListItem Value="1">女</asp:ListItem>
                                </asp:DropDownList></td>
                            <td align="right" style="font-size: 10pt; width: 278px; height: 1px;">
                                <asp:Label ID="Label17" runat="server" Font-Size="10pt" Text="出生年月"></asp:Label></td>
                            <td style="font-size: 10pt; height: 1px" colspan="2">
                                <asp:TextBox ID="tbBirthday" runat="server" Font-Size="10pt" MaxLength="4" Width="31px"></asp:TextBox><asp:Label
                                    ID="Label2" runat="server" Font-Size="10pt" Text="年"></asp:Label><asp:DropDownList
                                        ID="cbMonth" runat="server" Width="41px">
                                        <asp:ListItem>--</asp:ListItem>
                                        <asp:ListItem>01</asp:ListItem>
                                        <asp:ListItem>02</asp:ListItem>
                                        <asp:ListItem>03</asp:ListItem>
                                        <asp:ListItem>04</asp:ListItem>
                                        <asp:ListItem>05</asp:ListItem>
                                        <asp:ListItem>06</asp:ListItem>
                                        <asp:ListItem>07</asp:ListItem>
                                        <asp:ListItem>08</asp:ListItem>
                                        <asp:ListItem>09</asp:ListItem>
                                        <asp:ListItem Value="10"></asp:ListItem>
                                        <asp:ListItem>11</asp:ListItem>
                                        <asp:ListItem>12</asp:ListItem>
                                    </asp:DropDownList><asp:Label ID="Label3" runat="server" Font-Size="10pt" Text="月"></asp:Label><asp:DropDownList
                                        ID="cbDay" runat="server" Width="41px">
                                        <asp:ListItem>--</asp:ListItem>
                                        <asp:ListItem>01</asp:ListItem>
                                        <asp:ListItem>02</asp:ListItem>
                                        <asp:ListItem>03</asp:ListItem>
                                        <asp:ListItem>04</asp:ListItem>
                                        <asp:ListItem>05</asp:ListItem>
                                        <asp:ListItem>06</asp:ListItem>
                                        <asp:ListItem>07</asp:ListItem>
                                        <asp:ListItem>08</asp:ListItem>
                                        <asp:ListItem>09</asp:ListItem>
                                        <asp:ListItem>10</asp:ListItem>
                                        <asp:ListItem>11</asp:ListItem>
                                        <asp:ListItem>12</asp:ListItem>
                                        <asp:ListItem>13</asp:ListItem>
                                        <asp:ListItem>14</asp:ListItem>
                                        <asp:ListItem>15</asp:ListItem>
                                        <asp:ListItem>16</asp:ListItem>
                                        <asp:ListItem>17</asp:ListItem>
                                        <asp:ListItem>18</asp:ListItem>
                                        <asp:ListItem>19</asp:ListItem>
                                        <asp:ListItem>20</asp:ListItem>
                                        <asp:ListItem>21</asp:ListItem>
                                        <asp:ListItem>22</asp:ListItem>
                                        <asp:ListItem>23</asp:ListItem>
                                        <asp:ListItem>24</asp:ListItem>
                                        <asp:ListItem>25</asp:ListItem>
                                        <asp:ListItem>26</asp:ListItem>
                                        <asp:ListItem>27</asp:ListItem>
                                        <asp:ListItem>28</asp:ListItem>
                                        <asp:ListItem>29</asp:ListItem>
                                        <asp:ListItem>30</asp:ListItem>
                                        <asp:ListItem>31</asp:ListItem>
                                    </asp:DropDownList><asp:Label ID="Label4" runat="server" Font-Size="10pt" Text="日"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="font-size: 10pt; width: 20px;">
                            </td>
                            <td align="right" style="font-size: 10pt; width: 276px;">
                                <asp:Label ID="Label7" runat="server" Font-Size="10pt" Text="学历"></asp:Label></td>
                            <td colspan="2" style="font-size: 10pt; width: 496px;">
                                <asp:TextBox ID="tbSchoolAge" runat="server"></asp:TextBox></td>
                            <td style="font-size: 10pt; width: 278px;" align="right">
                                <asp:Label ID="Label6" runat="server" Font-Size="10pt" Text="职位"></asp:Label></td>
                            <td style="width: 100px;">
                                <asp:TextBox ID="tbDuty" runat="server"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="font-size: 10pt; width: 20px">
                            </td>
                            <td align="right" style="font-size: 10pt; width: 276px">
                                <asp:Label ID="Label9" runat="server" Font-Size="10pt" Text="所学专业"></asp:Label></td>
                            <td colspan="2" style="font-size: 10pt; width: 496px">
                                <asp:TextBox ID="tbSpecality" runat="server"></asp:TextBox></td>
                            <td align="right" style="font-size: 10pt; width: 278px">
                                <asp:Label ID="Label8" runat="server" Font-Size="10pt" Text="毕业学校"></asp:Label></td>
                            <td style="width: 100px">
                                <asp:TextBox ID="tbSchool" runat="server"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="font-size: 10pt; width: 20px">
                            </td>
                            <td align="right" style="font-size: 10pt; width: 276px">
                                <asp:Label ID="Label13" runat="server" Font-Size="10pt" Text="家庭地址"></asp:Label></td>
                            <td colspan="2" style="font-size: 10pt; width: 496px">
                                <asp:TextBox ID="tbHomeAddress" runat="server" Width="148px"></asp:TextBox></td>
                            <td align="right" style="font-size: 10pt; width: 278px">
                            </td>
                            <td style="width: 100px">
                            </td>
                        </tr>
                        <tr>
                            <td style="font-size: 10pt; width: 20px; height: 2px">
                            </td>
                            <td align="right" style="font-size: 10pt; width: 276px; height: 2px">
                                <asp:Label ID="Label14" runat="server" Font-Size="10pt" Text="手机号"></asp:Label></td>
                            <td colspan="2" style="font-size: 10pt; width: 496px; height: 2px">
                                <asp:TextBox ID="tbMobile" runat="server"></asp:TextBox></td>
                            <td style="font-size: 10pt; width: 278px; height: 2px">
                            </td>
                            <td style="width: 100px; height: 2px">
                            </td>
                        </tr>
                        <tr>
                            <td style="font-size: 10pt; width: 20px">
                            </td>
                            <td align="right" style="font-size: 10pt; width: 276px">
                                <asp:Label ID="Label15" runat="server" Font-Size="10pt" Text="运营商"></asp:Label></td>
                            <td colspan="2" style="font-size: 10pt; width: 496px">
                                <asp:DropDownList ID="cbTrader" runat="server" Width="155px">
                                </asp:DropDownList></td>
                            <td style="font-size: 10pt; width: 278px">
                            </td>
                            <td style="width: 100px">
                            </td>
                        </tr>
                    </table>
                    <table style="width: 774px; ">
                        <tr>
                            <td style="width: 100px">
                                </td>
                            <td style="width: 100px">
                            </td>
                            <td style="width: 100px">
                            </td>
                            <td style="width: 84px">
                            </td>
                            <td align="right" colspan="4" style="height:60px" valign="bottom">
                                <asp:Button ID="btnOK" runat="server" Height="23px" Width="40px" Text="提交" OnClick="btnOK_Click" />
                                &nbsp;<asp:Button
                                    ID="btnRetrun" runat="server" Height="23px" Width="40px" Text="返回" OnClick="btnRetrun_Click" /></td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?