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

📄 financesearch.aspx

📁 学生公寓管理系统使用说明: 1.服务器运行环境 SQL 2000 .NET FRAMEWORK 1.1 .NET FRAMEWORK 1.1 CHINESE (SIMPL
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="ManagerMenu" Src="ManagerMenu.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Footer" Src="Footer.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="Header.ascx" %>
<%@ Page language="c#" Codebehind="FinanceSearch.aspx.cs" AutoEventWireup="false" Inherits="Manage.FinanceManage.FinanceSearch" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>FinanceSearch</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body background="/Manage/Image/bg.gif">
		<form id="Form1" method="post" runat="server">
			<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="100%" border="1" style="PADDING-RIGHT: 0px; MARGIN-TOP: 0px; PADDING-LEFT: 0px; Z-INDEX: 101; LEFT: 0px; MARGIN-LEFT: 0px; WIDTH: 100%; MARGIN-RIGHT: 0px; PADDING-TOP: 0px; POSITION: absolute; TOP: 0px">
				<TBODY>
					<TR>
						<TD align="center" colspan="2">
							<uc1:Header id="Header1" runat="server"></uc1:Header></TD>
					</TR>
					<TR>
						<TD align="left" runat="server" width="20%" vAlign="top">
							<uc1:ManagerMenu id="ManagerMenu1" runat="server"></uc1:ManagerMenu></TD>
						<TD align="center" vAlign="top">
							<FONT face="宋体">
								<TABLE id="Table4" cellSpacing="1" cellPadding="1" border="1" align="center" style="BORDER-TOP-STYLE: solid; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-BOTTOM-STYLE: solid"
									width="100%">
									<TR>
										<TD style="HEIGHT: 4px" align="center">
											<asp:Label id="Label1" runat="server">查询条件</asp:Label>
											<asp:DropDownList id="DropDownList1" runat="server">
												<asp:ListItem Value="Student_Depart">学院</asp:ListItem>
												<asp:ListItem Value="Student_Course">专业</asp:ListItem>
												<asp:ListItem Value="Student_ID">学号</asp:ListItem>
												<asp:ListItem Value="Student_Name">姓名</asp:ListItem>
											</asp:DropDownList><FONT face="宋体"></FONT>
											<asp:TextBox id="TextBox1" runat="server"></asp:TextBox><FONT face="宋体"></FONT>
											<asp:Button id="Search" runat="server" Text="搜索"></asp:Button></TD>
									</TR>
									<TR>
										<TD align="center">
											<P>
												<asp:DataGrid id="DataGrid1" runat="server" AllowPaging="True" PageSize="3" GridLines="None" CellPadding="3"
													BackColor="White" BorderWidth="2px" CellSpacing="1" BorderStyle="Ridge" BorderColor="White"
													AutoGenerateColumns="False" DataKeyField="Student_ID" DataMember="Student">
													<SelectedItemStyle Font-Bold="True" Wrap="False" ForeColor="White" BackColor="#9471DE"></SelectedItemStyle>
													<EditItemStyle Wrap="False"></EditItemStyle>
													<AlternatingItemStyle Wrap="False"></AlternatingItemStyle>
													<ItemStyle Wrap="False" ForeColor="Black" BackColor="#DEDFDE"></ItemStyle>
													<HeaderStyle Font-Bold="True" Wrap="False" ForeColor="#E7E7FF" BackColor="#4A3C8C"></HeaderStyle>
													<FooterStyle Wrap="False" ForeColor="Black" BackColor="#C6C3C6"></FooterStyle>
													<Columns>
														<asp:BoundColumn DataField="Student_ID" HeaderText="学号">
															<HeaderStyle Wrap="False"></HeaderStyle>
															<ItemStyle Wrap="False"></ItemStyle>
															<FooterStyle Wrap="False"></FooterStyle>
														</asp:BoundColumn>
														<asp:BoundColumn DataField="Student_Name" HeaderText="姓名">
															<HeaderStyle Wrap="False"></HeaderStyle>
															<ItemStyle Wrap="False"></ItemStyle>
															<FooterStyle Wrap="False"></FooterStyle>
														</asp:BoundColumn>
														<asp:BoundColumn DataField="Student_Sex" HeaderText="性别">
															<HeaderStyle Wrap="False"></HeaderStyle>
															<ItemStyle Wrap="False"></ItemStyle>
															<FooterStyle Wrap="False"></FooterStyle>
														</asp:BoundColumn>
														<asp:BoundColumn DataField="Student_Depart" HeaderText="学院">
															<HeaderStyle Wrap="False"></HeaderStyle>
															<ItemStyle Wrap="False"></ItemStyle>
															<FooterStyle Wrap="False"></FooterStyle>
														</asp:BoundColumn>
														<asp:BoundColumn DataField="Student_Course" HeaderText="专业">
															<HeaderStyle Wrap="False"></HeaderStyle>
															<ItemStyle Wrap="False"></ItemStyle>
															<FooterStyle Wrap="False"></FooterStyle>
														</asp:BoundColumn>
														<asp:BoundColumn DataField="Student_StudyCost" HeaderText="学费">
															<HeaderStyle Wrap="False"></HeaderStyle>
															<ItemStyle Wrap="False"></ItemStyle>
															<FooterStyle Wrap="False"></FooterStyle>
														</asp:BoundColumn>
														<asp:BoundColumn DataField="Student_LiveCost" HeaderText="住宿费">
															<HeaderStyle Wrap="False"></HeaderStyle>
															<ItemStyle Wrap="False"></ItemStyle>
															<FooterStyle Wrap="False"></FooterStyle>
														</asp:BoundColumn>
													</Columns>
													<PagerStyle NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Right" ForeColor="Black"
														BackColor="#C6C3C6" Wrap="False"></PagerStyle>
												</asp:DataGrid></P>
											<P>
												<asp:Label id="Label2" runat="server" ForeColor="Red"></asp:Label></P>
										</TD>
									</TR>
								</TABLE>
							</FONT>
						</TD>
					</TR>
					<TR>
						<TD align="center" colspan="2">
							<uc1:Footer id="Footer1" runat="server"></uc1:Footer></TD>
					</TR>
				</TBODY>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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