📄 distributanswerteam.aspx
字号:
<%@ Page Language="VB" MasterPageFile="~/Administrator/adminMasterPage.master" AutoEventWireup="false" CodeFile="DistributAnswerTeam.aspx.vb" Inherits="Administrator_DistributAnswerTeam" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="border-right: #cc3333 thin solid; table-layout: fixed; border-top: #cc3333 thin solid;
border-left: #cc3333 thin solid; width: 100%; border-bottom: #cc3333 thin solid;
height: 100%; background-color: #cc9966">
<caption><h2>学生答辩分组</h2></caption>
<tr>
<td style="width: 100%">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True"
AutoGenerateColumns="False" DataSourceID="SqlDataSource1" Width="813px">
<Columns>
<asp:BoundField DataField="SubjectNo" HeaderText="课题号" ReadOnly="True" SortExpression="SubjectNo" />
<asp:BoundField DataField="SubjectTitle" HeaderText="课题名称" SortExpression="SubjectTitle" />
<asp:BoundField DataField="DirectorTeacherNo" HeaderText="指导教师" SortExpression="DirectorTeacherNo" />
<asp:BoundField DataField="StudentNo" HeaderText="学号" SortExpression="StudentNo" />
<asp:BoundField DataField="SupervisorTeacherNo" HeaderText="督导教师" SortExpression="SupervisorTeacherNo" />
</Columns>
</asp:GridView>
<table style="border-right: #cc3333 thin solid; table-layout: fixed; border-top: #cc3333 thin solid;
border-left: #cc3333 thin solid; width: 100%; border-bottom: #cc3333 thin solid;
height: 100%; background-color: #cc9966">
<tr>
<td style="width: 100px; height: 45px">
课题号:<br />
<asp:TextBox ID="txtNumber" runat="server"></asp:TextBox></td>
<td style="width: 100px; height: 45px">
答辩小组:<br />
<asp:TextBox ID="txtAnswerTeam" runat="server"></asp:TextBox></td>
<td style="width: 100px; height: 45px">
评阅教师:<br />
<asp:TextBox ID="txtInspector" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3" style="width: 100%" align="center">
<asp:Button ID="btnDo" runat="server" Text="确定" Width="91px" />
<asp:Button ID="btnUndo" runat="server" Text="取消"
Width="93px" /></td>
</tr>
</table>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:GDMSConnectionString %>"
SelectCommand="SELECT SubjectNo, SubjectTitle, DirectorTeacherNo, StudentNo, SupervisorTeacherNo FROM subject WHERE (AnswerTeamNO IS NULL) AND (StudentNo IS NOT NULL)">
</asp:SqlDataSource>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -