📄 default3.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default3.aspx.cs" 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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
<!--
body {
background-image: url(t1.jpg);
}
-->
</style></head>
<body>
<form id="form1" runat="server">
<div>
<div>
<div> </div>
<table width="974" height="444" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="116" colspan="2" style="height: 116px"> </td>
</tr>
<tr>
<td colspan="2" bgcolor="#00CCFF" style="height: 2px"><hr /></td>
</tr>
<tr>
<td width="135" height="43" bgcolor="#00CCFF">
<div align="center"><a href="Default2.aspx">基本信息查询</a></div></td>
<td width="839" rowspan="7" style="width: 828px"> <table border="0" style="width: 732px; height: 275px">
<tr>
<td style="width: 100px; height: 3px">
</td>
<td style="width: 75px; height: 3px">
<asp:Label ID="Label1" runat="server" Text="请选择学期:" Width="115px"></asp:Label></td>
<td style="width: 75px; height: 3px">
<asp:DropDownList ID="DropDownList1" runat="server" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged1"
Width="123px">
</asp:DropDownList></td>
<td style="width: 100px; height: 3px">
<asp:Label ID="Label2" runat="server" Text=" 总学分数:" Width="140px"></asp:Label></td>
<td style="width: 100px; height: 3px">
<asp:TextBox ID="TextBox1" runat="server" Width="120px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; height: 138px">
</td>
<td colspan="3" style="width: 249px; height: 138px">
<asp:GridView ID="GridView1" runat="server" Height="176px" Width="453px" BackColor="White" BorderColor="#3366CC" BorderStyle="None" BorderWidth="1px" CellPadding="4">
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399" HorizontalAlign="Left" />
<HeaderStyle BackColor="#003399" Font-Bold="True" ForeColor="#CCCCFF" />
</asp:GridView>
</td>
<td style="width: 100px; height: 138px">
</td>
</tr>
<tr>
<td style="width: 100px; height: 28px;">
</td>
<td colspan="3" style="width: 100px; height: 28px;">
<asp:Button ID="Button1" runat="server" Height="27px" OnClick="Button1_Click" Text="检索"
Width="99px" /></td>
<td style="width: 100px; height: 28px;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="46" bgcolor="#00CCFF">
<div align="center"><a href="Default3.aspx">学生成绩查询</a></div></td>
</tr>
<tr>
<td height="43" bgcolor="#00CCFF">
<div align="center"><a href="Default4.aspx">成绩排名</a></div></td>
</tr>
<tr>
<td height="52" bgcolor="#00CCFF">
<div align="center"><a href="Default5.aspx">任课老师查询</a></div></td>
</tr>
<tr>
<td height="43" bgcolor="#00CCFF">
<div align="center"><a href="Default6.aspx">修改密码</a></div></td>
</tr>
<tr>
<td bgcolor="#00ccff" height="49">
<div align="center"><a href="Default7.aspx">修改基本信息</a></div></td>
</tr>
<tr>
<td height="49" bgcolor="#00CCFF">
<asp:LinkButton ID="LinkButton1" runat="server" Style="left: 40px; position: relative;
top: 4px" OnClick="LinkButton1_Click" PostBackUrl="~/登陆页面.aspx">注销</asp:LinkButton></td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -