📄 course_edit.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="course_edit.aspx.cs" Inherits="correctcourse" %>
<!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>
<form id="form1" runat="server">
<div>
<table border="1" style="width: 340px; height: 172px">
<tr>
<td colspan="2" style="text-align: center">
<strong><span style="font-size: 16pt">修改课程分配</span></strong></td>
</tr>
<tr>
<td style="width: 100px">
课程编号</td>
<td style="width: 135px">
<asp:TextBox ID="txtNo" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
任课教师</td>
<td style="width: 135px">
<asp:DropDownList ID="dropTeacher" runat="server">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 100px">
授课年度</td>
<td style="width: 135px">
<asp:TextBox ID="txtYear" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
<asp:Button ID="btnEdit" runat="server" OnClick="btnEdit_Click" Text="修 改" />
<asp:Button ID="btnDel" runat="server" OnClick="btnDel_Click" Text="删 除" />
<asp:Button ID="btnBack" runat="server" OnClick="btnBack_Click" Text="返 回" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -