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

📄 教师信息修改.aspx

📁 学生管理系统 功能不是很强大 但是很实用
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="教师信息修改.aspx.cs" Inherits="教师信息修改" %>

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
<!--
body {
	background-image: url(t1.jpg);
}
-->
</style></head>
<body>
    <form id="form1" runat="server">
    <div title="教师信息修改">
        <table align="center" border="0" width="200">
            <tr>
                <td>
                    <img height="68" src="标题副本.png" width="699" /></td>
            </tr>
        </table>
        <br />
        <table align="center" border="0" width="750">
            <tr>
                <td align="center" bgcolor="#ffff00" style="width: 183px; height: 21px">
                    &nbsp;
                    <asp:HyperLink ID="HyperLink10" runat="server" NavigateUrl="管理模块_帐户管理.aspx">账户信息管理</asp:HyperLink></td>
                <td align="center" bgcolor="#ffff00" style="color: #000000; height: 21px" width="183">
                    &nbsp;
                    <asp:HyperLink ID="HyperLink11" runat="server" NavigateUrl="学生信息管理.aspx">学生信息管理</asp:HyperLink></td>
                <td align="center" bgcolor="#ffff00" style="color: #000000; height: 21px" width="183">
                    &nbsp;
                    <asp:HyperLink ID="HyperLink12" runat="server" NavigateUrl="教师信息管理.aspx">教师信息管理</asp:HyperLink></td>
                <td align="center" bgcolor="#ffff00" style="height: 21px" width="183">
                    &nbsp;
                    <asp:HyperLink ID="HyperLink13" runat="server" NavigateUrl="成绩课程管理.aspx">成绩课程管理</asp:HyperLink></td>
            </tr>
        </table>
        <br />
        <table align="center" width="718">
            <tr align="center" valign="top">
                <td style="width: 100px">
                    <table align="center" border="0" style="width: 127px; height: 253px">
                        <tr>
                            <td align="center" bgcolor="#ffff00" style="width: 122px; height: 1px">
                                <asp:HyperLink ID="HyperLink14" runat="server" NavigateUrl="教师信息浏览.aspx">教师信息浏览</asp:HyperLink></td>
                        </tr>
                        <tr>
                            <td align="center" bgcolor="#ffff00" style="width: 122px">
                                <asp:HyperLink ID="HyperLink15" runat="server" NavigateUrl="教师信息查询.aspx">教师信息查询</asp:HyperLink></td>
                        </tr>
                        <tr>
                            <td align="center" bgcolor="#ffff00" style="width: 122px">
                                <asp:HyperLink ID="HyperLink16" runat="server" NavigateUrl="教师信息修改.aspx">教师信息修改</asp:HyperLink></td>
                        </tr>
                        <tr>
                            <td align="center" bgcolor="#ffff00" style="width: 122px">
                                <asp:HyperLink ID="HyperLink17" runat="server" NavigateUrl="教师信息删除.aspx">教师信息删除</asp:HyperLink></td>
                        </tr>
                        <tr>
                            <td align="center" bgcolor="#ffff00" style="width: 122px">
                                <asp:HyperLink ID="HyperLink18" runat="server" NavigateUrl="教师信息添加.aspx">教师信息插入</asp:HyperLink></td>
                        </tr>
                        <tr>
                            <td align="center" style="width: 122px; height: 24px">
                                &nbsp;
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 122px; height: 162px">
                                &nbsp;
                            </td>
                        </tr>
                    </table>
                </td>
                <td style="width: 100px">
                    <table style="width: 489px">
                        <tr>
                            <td align="center" style="width: 94px; height: 33px">
                                教师编号</td>
                            <td style="width: 157px; height: 33px">
                                <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
                            <td align="left" style="width: 230px; height: 33px">
                                &nbsp; &nbsp;
                                <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查询" Width="126px" /></td>
                        </tr>
                    </table>
                    <br />
                    <table style="width: 488px; height: 272px">
                        <tr>
                            <td style="width: 84px; height: 26px" align="center">
                                教师编号</td>
                            <td align="left" colspan="2" style="width: 202px; height: 26px">
                                <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>**</td>
                        </tr>
                        <tr>
                            <td style="width: 84px; height: 26px" align="center">
                                姓名</td>
                            <td align="left" colspan="2" style="width: 202px; height: 26px">
                                <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox>**</td>
                        </tr>
                        <tr>
                            <td style="width: 84px; height: 26px" align="center">
                                性别</td>
                            <td align="left" colspan="2" style="width: 202px; height: 26px">
                                <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>**</td>
                        </tr>
                        <tr>
                            <td style="width: 84px; height: 26px" align="center">
                                出生日期</td>
                            <td align="left" colspan="2" style="width: 202px; height: 26px">
                                <asp:TextBox ID="TextBox5" runat="server"></asp:TextBox>**</td>
                        </tr>
                        <tr>
                            <td style="width: 84px; height: 26px" align="center">
                                院系名称</td>
                            <td align="left" colspan="2" style="width: 202px; height: 26px">
                                <asp:TextBox ID="TextBox6" runat="server"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 84px; height: 26px;" align="center">
                                职称</td>
                            <td align="left" colspan="2" style="width: 202px; height: 26px;">
                                <asp:TextBox ID="TextBox7" runat="server"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 84px; height: 26px" align="center">
                                学历</td>
                            <td align="left" colspan="2" style="width: 202px; height: 26px">
                                <asp:TextBox ID="TextBox8" runat="server"></asp:TextBox>**</td>
                        </tr>
                        <tr>
                            <td style="width: 84px" align="center">
                                政治面貌</td>
                            <td align="left" colspan="2" style="width: 202px">
                                <asp:TextBox ID="TextBox9" runat="server"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 84px; height: 71px" align="center">
                                备注</td>
                            <td align="left" colspan="2" style="width: 202px; height: 71px" valign="top">
                                <asp:TextBox ID="TextBox10" runat="server" Height="62px" Width="280px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 84px" align="center">
                            </td>
                            <td align="left" style="width: 157px" valign="top">
                                &nbsp; &nbsp; &nbsp; &nbsp;
                                <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="修改" Width="92px" />
                                &nbsp; &nbsp;&nbsp;</td>
                            <td align="left" style="width: 202px" valign="top">
                                <asp:Button ID="Button3" runat="server" OnClick="Button3_Click" Text="全部清空" Width="92px" /></td>
                        </tr>
                    </table>
                    &nbsp;</td>
            </tr>
        </table>
        <br />
        <table align="center" border="0" width="750">
            <tr>
                <td align="center" bgcolor="#66CCFF" style="width: 183px; height: 21px">
                    &nbsp;
              <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="管理模块_帐户管理.aspx">账户信息管理</asp:HyperLink></td>
                <td width="183" align="center" bgcolor="#66CCFF" style="color: #000000; height: 21px">
                    &nbsp;
              <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="学生信息管理.aspx">学生信息管理</asp:HyperLink></td>
                <td width="183" align="center" bgcolor="#66CCFF" style="color: #000000; height: 21px">
                    &nbsp;
              <asp:HyperLink ID="HyperLink3" runat="server" NavigateUrl="教师信息管理.aspx">教师信息管理</asp:HyperLink></td>
                <td width="183" align="center" bgcolor="#66CCFF" style="height: 21px">
                    &nbsp;
              <asp:HyperLink ID="HyperLink4" runat="server" NavigateUrl="成绩课程管理.aspx">成绩课程管理</asp:HyperLink></td>
            </tr>
        </table>
        <br />
        <table align="center" border="0" height="302" width="733">
            <tr>
                <td align="center" bgcolor="#66CCFF" style="width: 133px; height: 1px">
                    <asp:HyperLink ID="HyperLink5" runat="server" NavigateUrl="教师信息浏览.aspx">教师信息浏览</asp:HyperLink>              </td>
                <td align="center" rowspan="7" valign="top">
                    </td>
            </tr>
            <tr>
                <td align="center" bgcolor="#66CCFF" style="width: 133px; height: 7px;">
                    <asp:HyperLink ID="HyperLink9" runat="server" NavigateUrl="教师信息查询.aspx">教师信息查询</asp:HyperLink></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#66CCFF" style="width: 133px">
                    <asp:HyperLink ID="HyperLink6" runat="server" NavigateUrl="教师信息修改.aspx">教师信息修改</asp:HyperLink></td>
            </tr>
            <tr>
                <td height="23" align="center" bgcolor="#66CCFF" style="width: 133px">
              <asp:HyperLink ID="HyperLink7" runat="server" NavigateUrl="教师信息删除.aspx">教师信息删除</asp:HyperLink></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#66CCFF" style="width: 133px; height: 9px">
              <asp:HyperLink ID="HyperLink8" runat="server" NavigateUrl="教师信息添加.aspx">教师信息插入</asp:HyperLink></td>
            </tr>
            <tr>
                <td align="center" style="width: 133px; height: 119px">&nbsp;
                    </td>
            </tr>
            <tr>
                <td style="width: 133px; height: 173px">&nbsp;
                    </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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