⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 excellapp.aspx

📁 一个研究生管理系统 具体的情况自己看了
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="manger_ExcellApp, App_Web_nwn0xwwo" %>

<!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>
function mm()
{
   var a = document.getElementsByTagName("input");
   if(a[0].checked==true){
   for (var i=0; i<a.length; i++)
      if (a[i].type == "checkbox") a[i].checked = false;
   }
   else
   {
   for (var i=0; i<a.length; i++)
      if (a[i].type == "checkbox") a[i].checked = true;
   }
}
</script>
<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 style="text-align: center">
    <form id="form1" runat="server">
    <div>
        <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: 宋体">
                        <asp:DropDownList ID="DropDownList1" runat="server" AppendDataBoundItems="True" AutoPostBack="True"
                            Width="164px" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
                            <asp:ListItem Value="-1">请选择评优项目</asp:ListItem>
                        </asp:DropDownList>争先评优申请表</span></strong></font></td>
            </tr>
            <tr style="font-size: 13pt; font-family: 宋体">
                <td align="center" class="mode4" height="35" style="width: 261px">
                    (是否通过评优)申请人</td>
                <td align="center" class="mode4" style="width: 249px">
                    评优项目</td>
                <td align="center" class="mode4">
                    查看申请表</td>
            
            </tr>
            <%
            print();
            %>
            <tr style="font-size: 13pt; font-family: 宋体">
                <td align="center" class="mode4" colspan="3" style="text-align: right">
                    &nbsp;<asp:Button
                        ID="Button1" runat="server" Height="27px" OnClick="Button1_Click" Text="发布评优名单"
                        ToolTip="发布出复选框选中的人的名单" Width="86px" Enabled="False" />
                    &nbsp;&nbsp;<asp:DropDownList ID="DropDownList2" runat="server">
                        <asp:ListItem Value="-1">请选择导出类型</asp:ListItem>
                        <asp:ListItem Value="1">通过审核的名单</asp:ListItem>
                        <asp:ListItem Value="2">不合格的名单</asp:ListItem>
                        <asp:ListItem Value="0">还未审核的名单</asp:ListItem>
                        <asp:ListItem Value="3">所有申请者名单</asp:ListItem>
                    </asp:DropDownList>
                    <asp:Button ID="Button3" runat="server" Text="导出名单" OnClick="Button3_Click" />
                    <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="返  回" />&nbsp;</td></tr>
            
        </table>
        
    
    </div>
        <asp:HiddenField ID="HiddenField1" runat="server" />
        <asp:DataGrid ID="dg" runat="server">
        </asp:DataGrid>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -