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

📄 add_m7.aspx

📁 一个研究生管理系统 具体的情况自己看了
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="add_m7.aspx.cs" Inherits="manger_add_m7" %>

<!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">
        <div>
            <div style="text-align: center">
            </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: 宋体">学生助学贷款信息</span></strong></font></td>
                </tr>
                <tr style="font-size: 13pt; font-family: 宋体">
                    <td align="center" class="mode4" height="35" >
                        姓名</td>
                    <td align="center" class="mode4">
                        贷款时间</td>
                    <td align="center" class="mode4" >
                        贷款金额</td>
                    <td align="center" class="mode4">
                        操作</td>
                </tr>
                <%
            print();
                %>
                <tr style="font-size: 13pt; font-family: 宋体">
                    <td align="center" class="mode4" colspan="4" style="text-align: right">
                        <asp:DropDownList ID="DropDownList2" runat="server">
                            <asp:ListItem Value="9999">请选择启始年份</asp:ListItem>
                            <asp:ListItem Value="2007">2007年</asp:ListItem>
                            <asp:ListItem>2008</asp:ListItem>
                            <asp:ListItem>2009</asp:ListItem>
                            <asp:ListItem>2010</asp:ListItem>
                            <asp:ListItem>2011</asp:ListItem>
                            <asp:ListItem>2012</asp:ListItem>
                            <asp:ListItem>2013</asp:ListItem>
                            <asp:ListItem>2014</asp:ListItem>
                            <asp:ListItem>2015</asp:ListItem>
                        </asp:DropDownList>
                        <asp:DropDownList ID="DropDownList1" runat="server">
                            <asp:ListItem Value="-1">请选择结束年份</asp:ListItem>
                            <asp:ListItem>2007</asp:ListItem>
                            <asp:ListItem>2008</asp:ListItem>
                            <asp:ListItem>2009</asp:ListItem>
                            <asp:ListItem>2010</asp:ListItem>
                            <asp:ListItem>2011</asp:ListItem>
                            <asp:ListItem>2012</asp:ListItem>
                            <asp:ListItem>2013</asp:ListItem>
                            <asp:ListItem>2014</asp:ListItem>
                            <asp:ListItem>2015</asp:ListItem>
                            <asp:ListItem>2016</asp:ListItem>
                        </asp:DropDownList>
                        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click1" Text="导出贷款信息" /></td>
                </tr>
            </table>
            <asp:Label ID="page_1" runat="server" Style="text-align: center" Text="当前第1页"></asp:Label><strong>
            </strong>
            <asp:Label ID="page_all" runat="server" Text="共0页"></asp:Label><strong>&nbsp;<%
        print1();
            %><br />
                <br />
            </strong>
            <br />
            <br />
            <table id="tab1" align="center" border="0" cellpadding="0" cellspacing="0" style="font-family: Times New Roman"
                width="700">
                <tr>
                    <td align="center" class="Bartitle2" colspan="2" height="30">
                        <font class="m2_1" style="font-size: medium"><strong>添加<span style="font-size: 13pt">学生助学贷款信息</span></strong></font></td>
                </tr>
                <tr>
                    <td align="center" class="Bartitle2" width="5%">
                        <b>基<br />
                            本<br />
                            信<br />
                            息</b></td>
                    <td align="left" width="95%">
                        <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
                            <tr>
                                <td align="right" class="mode4" style="font-size: small" valign="middle" width="32%">
                                    学号:</td>
                                <td align="left" class="mode5" colspan="3" valign="middle" width="68%">
                                    &nbsp;<asp:TextBox ID="titletext" runat="server" Width="440px" ToolTip="2004411,12222,22222,12522"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td align="right" class="mode4" style="font-size: small" valign="middle" width="32%">
                                    金额:</td>
                                <td align="left" class="mode5" colspan="3" valign="middle" width="68%" style="font-size: small; color: #336666">
                                    <asp:TextBox ID="nomey" runat="server"></asp:TextBox>(同时输入多个学号请用逗号隔开)</td>
                            </tr>
                            <tr>
                                <td align="right" class="mode4" style="font-size: small" valign="middle" width="32%">
                                    时间:</td>
                                <td align="left" class="mode5" colspan="3" valign="middle" width="68%">
                                    <asp:TextBox ID="time" runat="server"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td align="right" class="mode4" style="font-size: small" valign="middle">
                                    备注:</td>
                                <td align="left" class="mode5" colspan="3" valign="middle">
                                    <asp:TextBox ID="remark" runat="server" Height="70px" Style="text-align: left" TextMode="MultiLine"
                                        Width="441px"></asp:TextBox></td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td colspan="2" >
                        <img height="6" src="../../images/blank.gif" /></td>
                </tr>
            </table>
            <p style="text-align: center">
                <asp:Button ID="add" runat="server" OnClick="Button1_Click" Text="添 加" />
                &nbsp;&nbsp;&nbsp;<asp:DataGrid ID="dg" runat="server" Height="1px" Width="1px">
                </asp:DataGrid></p>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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