wfrmcourseteacheradd.aspx
来自「Teacher Manager System」· ASPX 代码 · 共 72 行
ASPX
72 行
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="WfrmCourseTeacherAdd.aspx.cs" Inherits="_Default" Title="課程教師新增" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table>
<tr>
<td colspan="2" style="height: 26px; text-align: right">
<span style="color: #996600">課程代碼</span></td>
<td colspan="3" style="height: 26px">
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
</asp:DropDownList></td>
<td style="width: 100px; height: 26px">
</td>
<td style="width: 100px; height: 26px">
</td>
</tr>
<tr>
<td colspan="2" style="height: 26px; text-align: right">
<span style="color: #996600">課程名稱</span></td>
<td colspan="3" style="height: 26px">
<asp:TextBox ID="txtCourseName" runat="server"></asp:TextBox></td>
<td style="width: 100px; height: 26px">
</td>
<td style="width: 100px; height: 26px">
</td>
</tr>
<tr>
<td colspan="2" style="height: 26px; text-align: right">
<span style="color: #996600">課程講師</span></td>
<td colspan="3" style="height: 26px">
<asp:DropDownList ID="DropDownList2" runat="server">
</asp:DropDownList></td>
<td style="width: 100px; height: 26px">
<asp:Button ID="btnOK" runat="server" OnClick="btnOK_Click" Text="確定" Width="58px" /></td>
<td style="width: 100px; height: 26px">
</td>
</tr>
<tr>
<td colspan="2" style="height: 26px; text-align: right">
<span style="color: #996600">專家</span></td>
<td colspan="3" style="height: 26px">
<asp:DropDownList ID="DropDownList3" runat="server">
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 100px; height: 26px">
</td>
<td style="width: 100px; height: 26px">
</td>
</tr>
<tr>
<td colspan="2" style="height: 26px; text-align: right">
<span style="color: #996600">備註</span></td>
<td colspan="3" style="height: 26px">
<asp:TextBox ID="txtTNote" runat="server"></asp:TextBox></td>
<td style="width: 100px; height: 26px">
<asp:Button ID="btnCancel" runat="server" OnClick="btnCancel_Click" Text="取消" Width="54px" /></td>
<td style="width: 100px; height: 26px">
</td>
</tr>
<tr>
<td colspan="2" style="height: 21px; text-align: right">
<span style="color: #996600">建立者</span></td>
<td colspan="3" style="height: 21px">
<asp:TextBox ID="txtCreator" runat="server" ReadOnly="True"></asp:TextBox></td>
<td style="width: 100px; height: 21px">
</td>
<td style="width: 100px; height: 21px">
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?