📄 老师给分——李晨华.aspx
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="老师给分——李晨华.aspx.vb" Inherits="Default3" %>
<!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>
<script language="javascript" type="text/javascript">
// <!CDATA[
function DIV4_onclick() {
}
function DIV5_onclick() {
}
// ]]>
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<div style="z-index: 101; left: 0px; width: 100px; position: absolute; top: 0px;
height: 100px"><img src="图片/题头.jpg" width="1000" height="120" /> </div>
<div style="z-index: 102; left: 0px; width: 100px; position: absolute; top: 120px;
height: 100px"><img src="图片/底色.jpg" width="1000" height="900" id="IMG1" onclick="return IMG1_onclick()" />
<div style="z-index: 101; left: 352px; width: 576px; position: absolute; top: 176px;
height: 264px" id="DIV5" onclick="return DIV5_onclick()">
学号 <asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="SqlDataSource1"
DataTextField="学号" DataValueField="学号" DataMember="DefaultView" Width="88px">
</asp:DropDownList>
成绩
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:选修课管理系统ConnectionString %>"
SelectCommand="SELECT [学号] FROM [选修表] WHERE ([课程号] = @课程号) ORDER BY [学号]">
<SelectParameters>
<asp:ControlParameter ControlID="DropDownList2" Name="课程号" PropertyName="SelectedValue"
Type="Int32" />
</SelectParameters>
</asp:SqlDataSource>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div style="z-index: 101; left: -86px; width: 128px; position: absolute; top: -86px;
height: 16px">
<asp:DropDownList ID="DropDownList2" runat="server" DataSourceID="SqlDataSource3"
DataTextField="课程号" DataValueField="课程号" DataMember="DefaultView" AutoPostBack="True">
</asp:DropDownList><asp:SqlDataSource ID="SqlDataSource3" runat="server" ConnectionString="<%$ ConnectionStrings:选修课管理系统ConnectionString %>"
SelectCommand="SELECT distinct [课程号] FROM [选修表] ORDER BY [课程号]"></asp:SqlDataSource>
</div>
<div style="z-index: 102; left: -150px; width: 64px; position: absolute; top: -78px;
height: 16px">
课程号</div>
<div style="z-index: 103; left: 104px; width: 192px; position: absolute; top: 72px;
height: 112px">
<table style="width: 288px; height: 112px">
<tr>
<td style="width: 100px">
<asp:Button ID="Button1" runat="server" Text="给分" Width="56px" /></td>
<td style="width: 100px">
<asp:Button
ID="Button3" runat="server" Height="24px" Text=" 提交" Width="56px" /></td>
</tr>
<tr>
<td style="width: 100px">
<asp:Button ID="Button2" runat="server" Text="修改" Width="56px" /></td>
<td style="width: 100px">
<asp:Button ID="Button4" runat="server" Text=" 刷新" Width="56px" /></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div style="z-index: 103; left: 0px; width: 100px; position: absolute; top: 120px;
height: 100px"><img src="图片/导航树底色.jpg" width="190" height="900" />
<div style="z-index: 102; left: 32px; width: 100px; position: absolute; top: 264px;
height: 100px">
<asp:TreeView ID="TreeView2" runat="server" Height="80px" ImageSet="BulletedList4"
ShowExpandCollapse="False" ShowLines="True" Width="136px">
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" />
<SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px"
VerticalPadding="0px" />
<Nodes>
<asp:TreeNode NavigateUrl="~/Default2.aspx" Text="查询课程信息" Value="查询课程信息"></asp:TreeNode>
<asp:TreeNode NavigateUrl="~/Default.aspx" Text="查询学生信息" Value="查询学生信息"></asp:TreeNode>
<asp:TreeNode Text="返回主页" Value="返回主页"></asp:TreeNode>
</Nodes>
<NodeStyle Font-Names="Tahoma" Font-Size="10pt" ForeColor="Black" HorizontalPadding="5px"
NodeSpacing="0px" VerticalPadding="0px" />
</asp:TreeView>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -