?? student_course.aspx
字號:
<%@ Page language="c#" Inherits="sms.student_course" CodeFile="student_course.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>student_course</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body>
<form method="post" runat="server">
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="96%" align="center" border="1">
<TR>
<TD bgColor="#6699ff" colSpan="2"><FONT face="宋體"></FONT>
<P align="center"><FONT face="宋體" size="6"><STRONG>選課管理</STRONG></FONT></P>
</TD>
</TR>
<TR>
<TD style="WIDTH: 113px" vAlign="top">
<P><FONT face="宋體"><BR>
</FONT><a href="student.aspx"><FONT face="宋體">學生管理</FONT></a></P>
<P><a href="classes.aspx"><FONT face="宋體">班級管理</FONT></a></P>
<P><a href="teacher.aspx"><FONT face="宋體">教師管理</FONT></a></P>
<P><a href="course.aspx"><FONT face="宋體">課程管理</FONT></a></P>
<P><a href="student_course.aspx"><FONT face="宋體">學生選課管理</FONT></a></P>
<P><a href="grade_manage.aspx"><FONT face="宋體">成績管理</FONT></a></P>
</TD>
<TD vAlign="top" align="middle"><FONT face="宋體"><TABLE id="Table2" cellSpacing="1" cellPadding="1" width="100%" align="center" bgColor="#f5f5f5" border="1">
<TR>
<TD>課程名稱:</TD>
<TD>
<P><FONT face="宋體">
<asp:DropDownList id="Ddl_course" runat="server" Width="98px"></asp:DropDownList></FONT></P>
</TD>
</TR>
<TR>
<TD>教師姓名:</TD>
<TD>
<asp:DropDownList id="Ddl_teacher" runat="server" Width="96px"></asp:DropDownList></TD>
</TR>
<TR>
<TD>年度:</TD>
<TD><asp:textbox id="Tbx_year" runat="server" Width="77px"></asp:textbox><FONT size="2">例:2000-2001</FONT></TD>
</TR>
<TR>
<TD><FONT face="宋體"></FONT></TD>
<TD><asp:button id="Btn_student" runat="server" Text="選課學生" onclick="Btn_student_Click"></asp:button><asp:label id="Lbl_all" runat="server" ForeColor="Red"></asp:label></TD>
</TR>
</TABLE>
<P align="center">
<asp:GridView ID="GridView1" runat="server" DataKeyNames="ID" AllowPaging="True" AutoGenerateColumns="False" OnRowDeleting="GridView1_RowDeleting" OnPageIndexChanging="GridView1_PageIndexChanging" Width="707px">
<Columns>
<asp:BoundField DataField="id" HeaderText="ID" SortExpression="id" />
<asp:BoundField DataField="Student_id" HeaderText="學號" SortExpression="Student_id" />
<asp:BoundField DataField="Student_classid" HeaderText="班級" SortExpression="Student_classid" />
<asp:CommandField ShowDeleteButton="True" />
</Columns>
</asp:GridView>
<asp:label id="Lbl_note" runat="server" DESIGNTIMEDRAGDROP="303"></asp:label></P>
</FONT>
</TD>
</TR>
<TR bgcolor="#cccccc">
<TD align="middle" colSpan="2" bgcolor="#6699ff"><FONT face="宋體">
<asp:Button id="Btn_exit" runat="server" Text="退出" onclick="Btn_exit_Click"></asp:Button></FONT></TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -