⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 teachermanage.aspx

📁 asp.net连带c++技术开发
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="TeacherManage.aspx.cs" Inherits="Teacher_SeeClass" Title="查看课表" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cphMain" Runat="Server">
    <table style="width: 416px">
        <tr>
            <td align="center" colspan="2" style="color: #ffffff; background-color: steelblue"
                valign="top">
                我的信息</td>
        </tr>
        <tr>
            <td align="left" colspan="2" rowspan="2" style="height: 16px" valign="top">
                <table style="width: 402px; height: 29px">
                    <tr>
                        <td align="right" style="width: 100px; height: 18px">
                            <strong>
                            教师编号:</strong></td>
                        <td colspan="3" style="height: 18px">
                        <%=Session["usrID"].ToString()%>
                        </td>
                    </tr>
                    <tr>
                        <td align="right" style="width: 100px">
                            <strong>
                            教师姓名:</strong></td>
                        <td style="width: 100px">
                            <asp:TextBox ID="TextBox1" runat="server" Width="111px" Enabled="False"></asp:TextBox></td>
                        <td style="width: 100px">
                        </td>
                        <td style="width: 100px">
                        </td>
                    </tr>
                    <tr>
                        <td align="right" style="width: 100px; height: 23px">
                            <strong>
                            教师职称:</strong></td>
                        <td style="width: 100px; height: 23px">
                            <asp:TextBox ID="TextBox2" runat="server" Width="111px" Enabled="False"></asp:TextBox></td>
                        <td style="width: 100px; height: 23px" align="right">
                            <strong>
                            性别:</strong></td>
                        <td style="width: 100px; height: 23px">
                            <asp:DropDownList ID="DropDownList1" runat="server" Enabled="False">
                                <asp:ListItem>男</asp:ListItem>
                                <asp:ListItem>女</asp:ListItem>
                            </asp:DropDownList></td>
                    </tr>
                    <tr>
                        <td align="right" style="width: 100px; height: 23px">
                            <strong>
                            教师概述:</strong></td>
                        <td align="left" colspan="3" rowspan="2" valign="top">
                            <asp:TextBox ID="TextBox3" runat="server" Height="41px" TextMode="MultiLine" Width="177px" Enabled="False"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 100px; height: 23px">
                        </td>
                    </tr>
                    <tr>
                        <td style="width: 100px; height: 26px">
                        </td>
                        <td align="center" colspan="3" rowspan="1" style="height: 26px" valign="top">
                            <asp:Button ID="Button5" runat="server" Text="  修改  " OnClick="Button5_Click" />
                            <asp:Button ID="Button1" runat="server" Enabled="False" Text=" 更新 " OnClick="Button1_Click" />&nbsp;<asp:Button
                                ID="Button2" runat="server" Enabled="False" Text=" 取消 " OnClick="Button2_Click" /></td>
                    </tr>
                </table>
            </td>
        </tr>
        <tr>
        </tr>
        <tr>
            <td align="center" colspan="2" rowspan="1" style="color: #ffffff; background-color: steelblue"
                valign="top">
                密码更新</td>
        </tr>
        <tr>
            <td align="left" colspan="2" rowspan="1" valign="top">
                <table>
                    <tr>
                        <td align="right" style="width: 100px">
                            旧密码:</td>
                        <td style="width: 293px">
                            <asp:TextBox ID="TextBox4" runat="server" TextMode="Password" Width="179px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td align="right" style="width: 100px">
                            新密码:</td>
                        <td style="width: 293px">
                            <asp:TextBox ID="TextBox5" runat="server" TextMode="Password" Width="179px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td align="right" style="width: 100px">
                            确认密码:</td>
                        <td style="width: 293px">
                            <asp:TextBox ID="TextBox6" runat="server" TextMode="Password" Width="179px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td align="right" style="width: 100px">
                        </td>
                        <td align="center" style="width: 293px">
                            <asp:Button ID="Button3" runat="server" Text=" 更新 " OnClick="Button3_Click" />&nbsp;<asp:Button ID="Button4"
                                runat="server" Text=" 取消 " OnClick="Button4_Click" /></td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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