📄 makeplane.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/Work/Work.master" AutoEventWireup="true" CodeFile="MakePlane.aspx.cs" Inherits="Work_MakePlane" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table border="0" cellpadding="0" cellspacing="0" style="border-right: #66ccff 0.1mm solid;
border-top: #66ccff 0.1mm solid; border-left: #66ccff 0.1mm solid; width: 100%;
border-bottom: #66ccff 0.1mm solid">
<tr>
<td align="center" colspan="3" style="border-bottom: #66ccff 0.1mm solid; height: 18px">
制定教学计划</td>
</tr>
<tr>
<td style="width: 93px; height: 24px">
课程名称:</td>
<td style="width: 135px; height: 24px">
<asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="AccessDataSource1"
DataTextField="Classname" DataValueField="Classid" Width="186px">
</asp:DropDownList>
</td>
<td style="width: 200px; height: 24px">
选择课程名称</td>
</tr>
<tr>
<td style="width: 93px; height: 18px">
任课教师:</td>
<td style="width: 135px; height: 18px">
<asp:DropDownList ID="DropDownList2" runat="server" DataSourceID="AccessDataSource2"
DataTextField="Tname" DataValueField="Tname" Width="186px">
</asp:DropDownList>
</td>
<td style="width: 200px; height: 18px">
选择任课教师</td>
</tr>
<tr>
<td style="width: 93px; height: 20px">
是选修课:</td>
<td style="width: 135px; height: 20px">
<asp:DropDownList ID="DropDownList8" runat="server" Width="185px">
<asp:ListItem>是</asp:ListItem>
<asp:ListItem Selected="True">否</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 200px; height: 20px">
选择结束周</td>
</tr>
<tr>
<td style="width: 93px; height: 18px">
开始周:</td>
<td style="width: 135px; height: 18px">
<asp:DropDownList ID="DropDownList3" runat="server" Width="186px">
</asp:DropDownList></td>
<td style="width: 200px; height: 18px">
选择开始周</td>
</tr>
<tr>
<td style="width: 93px; height: 20px">
结束周:</td>
<td style="width: 135px; height: 20px">
<asp:DropDownList ID="DropDownList4" runat="server" Width="187px">
</asp:DropDownList></td>
<td style="width: 200px; height: 20px">
选择结束周</td>
</tr><tr>
<td style="width: 93px; height: 18px">
星期:</td>
<td style="width: 135px; height: 18px">
<asp:DropDownList ID="DropDownList5" runat="server" Width="187px">
</asp:DropDownList></td>
<td style="width: 200px; height: 18px">
选择星期</td>
</tr><tr>
<td style="width: 93px; height: 18px">
节次:</td>
<td style="width: 135px; height: 18px">
<asp:DropDownList ID="DropDownList6" runat="server" Width="187px">
</asp:DropDownList></td>
<td style="width: 200px; height: 18px">
选择节次</td>
</tr><tr>
<td style="width: 93px; height: 29px">
专业:</td>
<td style="width: 135px; height: 29px">
<asp:DropDownList ID="DropDownList7" runat="server" DataSourceID="AccessDataSource3"
DataTextField="zhuanyename" DataValueField="Zhuanyeid" Width="187px">
</asp:DropDownList>
</td>
<td style="width: 200px; height: 29px">
选择专业</td>
</tr><tr>
<td align="center" colspan="3" style="border-top: #66ccff 0.1mm solid; height: 18px">
<asp:LinkButton ID="LinkButton1" runat="server" Width="71px" OnClick="LinkButton1_Click">添加</asp:LinkButton></td>
</tr>
<tr>
<td align="center" colspan="3" style="height: 1px">
<asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/database/xuanke.mdb"
SelectCommand="SELECT * FROM [Allass]"></asp:AccessDataSource>
<asp:AccessDataSource ID="AccessDataSource2" runat="server" DataFile="~/database/xuanke.mdb"
SelectCommand="SELECT [Tname] FROM [Teacher]"></asp:AccessDataSource>
<asp:AccessDataSource ID="AccessDataSource3" runat="server" DataFile="~/database/xuanke.mdb"
SelectCommand="SELECT * FROM [zhuanye]"></asp:AccessDataSource>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -