📄 student.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="student.aspx.cs" Inherits="manger_student" %>
<!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>
<style>
TD.mode4 {
BACKGROUND-COLOR: #eeeee0; BORDER-BOTTOM: #cccc99 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #cccc99 1px solid; BORDER-TOP: #ffffff 1px solid; HEIGHT: 23px
}
.m2_1 {
FONT-FAMILY: 宋体; FONT-SIZE: 14px; FONT-WEIGHT: bold
}
TD.mode5 {
BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #ffffff 1px solid; HEIGHT: 23px
}
TD.Bartitle1 {
BACKGROUND-COLOR: #cccc99; BORDER-BOTTOM: #000033 1px solid; BORDER-LEFT: #ffffcc 1px solid; BORDER-RIGHT: #000033 1px solid; BORDER-TOP: #ffffcc 1px solid; COLOR: #000000; PADDING-BOTTOM: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 0px
}
TD.Bartitle2 {
BACKGROUND-COLOR: #4065B1; BORDER-BOTTOM: #000033 1px solid; BORDER-LEFT: #669999 1px solid; BORDER-RIGHT: #000033 1px solid; BORDER-TOP: #669999 1px solid; COLOR: #ffffff; PADDING-BOTTOM: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 0px
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="text-align: center" width="700">
<tr>
<td align="center" class="Bartitle2" colspan="11" height="30">
<font class="m2_1"><strong><span style="font-size: 13pt; font-family: 宋体">学生高级查询器</span></strong></font></td>
</tr>
<tr style="font-size: 13pt; font-family: 宋体">
<td align="center" class="mode4">
<asp:DropDownList ID="DropDownList1" runat="server" Width="120px">
<asp:ListItem Value="-1">选择查询目标</asp:ListItem>
<asp:ListItem Value="1">参加活动次数</asp:ListItem>
<asp:ListItem Value="2">听取报告次数</asp:ListItem>
<asp:ListItem Value="3">得奖学金次数</asp:ListItem>
<asp:ListItem Value="4">助教实践次数</asp:ListItem>
<asp:ListItem Value="5">岗位活动次数</asp:ListItem>
<asp:ListItem Value="6">争先评优次数</asp:ListItem>
<asp:ListItem Value="7">学生学号编号</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="DropDownList2" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList2_SelectedIndexChanged"
Width="100px">
<asp:ListItem Value="-1">选择条件</asp:ListItem>
<asp:ListItem Value=">">大于</asp:ListItem>
<asp:ListItem Value="<">小于</asp:ListItem>
<asp:ListItem Value="=">等于</asp:ListItem>
<asp:ListItem Value="<>">不等于</asp:ListItem>
<asp:ListItem Value=">=">大于等于</asp:ListItem>
<asp:ListItem Value="<=">小于等于</asp:ListItem>
<asp:ListItem Value="~">两者之间</asp:ListItem>
</asp:DropDownList>
<asp:TextBox ID="TextBox1" runat="server" Width="50px"></asp:TextBox>
<asp:TextBox ID="TextBox2" runat="server" Visible="False" Width="50px"></asp:TextBox>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="导出学生" /></td>
</tr>
<tr style="font-size: 13pt; font-family: 宋体">
<td align="center" class="mode4" style="text-align: right">
</td>
</tr>
</table>
</div>
<asp:DataGrid ID="dg" runat="server" Height="1px" Width="1px">
</asp:DataGrid>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -