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

📄 empphoto.aspx

📁 专业的办公oa代码下载 c#语言编写 三层结构
💻 ASPX
字号:
<%@ Page Language="c#" AutoEventWireup="false" Codebehind="EmpPhoto.aspx.cs" Inherits="qminoa.Webs.MR.EmpPhoto" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
  <HEAD>
		<title></title>
		<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
		<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="../lynn.css" type="text/css" rel="stylesheet">
  </HEAD>
	<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
					<TR>
						<TD style="HEIGHT: 5px" vAlign="top" align="middle"></TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 50px" vAlign="top" align="middle">
							<TABLE class="querybox" style="WIDTH: 95%; HEIGHT: 40px" cellSpacing="0" cellPadding="0" border="0">
								<TR>
									<TD vAlign="center" noWrap>
										<TABLE class="td" style="WIDTH: 100%; HEIGHT: 92.29%" cellSpacing="0" cellPadding="0" border="0">
											<TR>
												<TD style="WIDTH: 54px" noWrap>机构名称
												</TD>
												<TD style="WIDTH: 95px"><asp:dropdownlist id=dropBranch runat="server" DataSource="<%# BraTB %>" AutoPostBack="True" DataValueField="branchid" DataTextField="simplecode" Height="23px" Width="120px" CssClass="td"></asp:dropdownlist></TD>
												<TD style="WIDTH: 32px" noWrap>部门
												</TD>
												<TD style="WIDTH: 72px"><asp:dropdownlist id=dropDep runat="server" DataSource="<%# DepTB %>" DataValueField="depid" DataTextField="DepName" Height="23px" Width="142px" CssClass="td" DESIGNTIMEDRAGDROP="110" AutoPostBack="True"></asp:dropdownlist></TD>
												<TD style="WIDTH: 59px" noWrap>姓名
												</TD>
												<TD style="WIDTH: 86px"><asp:textbox id="txtName" runat="server" Width="84px" CssClass="td"></asp:textbox></TD>
												<TD>&nbsp;<asp:imagebutton id="cmdQuery" runat="server" ImageUrl="../img/button/query.gif"></asp:imagebutton>
												</TD>
											</TR>
										</TABLE>
									</TD>
								</TR>
							</TABLE>
						</TD>
					</TR>
					<TR>
						<TD style="WIDTH: 100%" vAlign="top" align="middle">
							<TABLE cellSpacing="0" cellPadding="0" width="95%" border="0">
								<TR>
									<TD style="HEIGHT: 200px" vAlign="top">
										<TABLE class="td" style="WIDTH: 100%; HEIGHT: 21px" cellSpacing="0" cellPadding="0" border="0">
											<TR>
												<TD class="tttable">人员照片
												</TD>
												<TD style="WIDTH: 120px" align="right"></TD>
												<TD style="WIDTH: 80px"></TD>
											</TR>
										</TABLE>
										<HR style="COLOR: navy" width="100%" SIZE="2">
										<asp:datagrid id=dgdData runat="server" DataSource="<%# EmpPhotoTB %>" Height="80px" Width="100%" CssClass="td" BorderWidth="1px" BackColor="#F7F7F7" BorderColor="#F7F7F7" BorderStyle="Solid" CellSpacing="2" ShowHeader="False" AllowPaging="True" PageSize="6" AutoGenerateColumns="False">
											<Columns>
												<asp:BoundColumn DataField="Content1" ItemStyle-HorizontalAlign=Center>
												</asp:BoundColumn>
												<asp:BoundColumn DataField="Content2" ItemStyle-HorizontalAlign=Center>
												</asp:BoundColumn>
												<asp:BoundColumn DataField="Content3" ItemStyle-HorizontalAlign=Center>
												</asp:BoundColumn>
												<asp:BoundColumn DataField="Content4" ItemStyle-HorizontalAlign=Center>
												</asp:BoundColumn>
												<asp:BoundColumn DataField="Content5" ItemStyle-HorizontalAlign=Center>
												</asp:BoundColumn>
											</Columns>
											<PagerStyle PageButtonCount="14" Mode="NumericPages"></PagerStyle>
										</asp:datagrid></TD>
								</TR>
							</TABLE>
						</TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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