unitviewmeet.aspx

来自「为武汉市10多家人才网站量身订做的仿真面试版块」· ASPX 代码 · 共 89 行

ASPX
89
字号
<%@ Page language="c#" Codebehind="UnitViewMeet.aspx.cs" AutoEventWireup="false" Inherits="Job111.UnitViewMeet" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>查看供需会</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="style.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout" marginheight="0" marginwidth="0">
		<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
			<tr>
				<td style="WIDTH: 290px" vAlign="top" align="left" bgColor="#ffffff"> <!-- 注意文件放置的地方是否链接啦背景和标题处的图片、样式表的路径是否正确 -->
					<table class="title-o12" style="WIDTH: 368px; HEIGHT: 328px" cellSpacing="0" cellPadding="0"
						width="368" border="0" bgColor="#f2f0f0">
						<TBODY>
							<tr>
							</tr>
							<TR>
								<TD style="HEIGHT: 10px" width="22" height="10"></TD>
								<TD style="WIDTH: 466px; HEIGHT: 10px" background="image/title_line.gif" height="10"></TD>
							</TR>
							<tr>
								<td style="HEIGHT: 10px" width="22" height="10"><IMG height="13" src="image/title_logo01.gif" width="22"></td>
								<td style="WIDTH: 466px; HEIGHT: 10px" background="image/title_line.gif" height="10">供需会.</td>
							</tr>
							<tr>
								<td height="10"><FONT face="宋体"></FONT></td>
								<td style="WIDTH: 466px" vAlign="top" align="left" height="10"><FONT face="宋体"><FONT class="text-d12" face="宋体"></FONT></FONT></td>
							</tr>
							<tr>
								<td style="HEIGHT: 257px">&nbsp;</td>
								<td style="WIDTH: 466px; HEIGHT: 257px" vAlign="top" align="left">
									<form id="Form2" method="post" runat="server">
										<FONT class="text-d12" face="宋体"></FONT>
										<asp:datagrid id="dgdMeetList" runat="server" ForeColor="#666666" AllowSorting="True" Width="456px"
											Height="0px" BorderColor="#CCCCCC" BorderStyle="Groove" BorderWidth="0px" BackColor="#E6E6E6"
											CellPadding="0" AllowPaging="True" AutoGenerateColumns="False" CellSpacing="1">
											<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#339966"></SelectedItemStyle>
											<AlternatingItemStyle HorizontalAlign="Center" Height="20px" ForeColor="DimGray" VerticalAlign="Middle"
												BackColor="#EEEEEE"></AlternatingItemStyle>
											<ItemStyle HorizontalAlign="Center" Height="20px" ForeColor="DimGray" VerticalAlign="Middle"
												BackColor="#F3F3F3"></ItemStyle>
											<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Height="18px" ForeColor="White" VerticalAlign="Middle"
												BackColor="#3399FF"></HeaderStyle>
											<FooterStyle ForeColor="#333333" BackColor="#3399FF"></FooterStyle>
											<Columns>
												<asp:TemplateColumn HeaderText="供需会">
													<HeaderStyle Width="60%"></HeaderStyle>
													<ItemTemplate>
														<asp:Label id="Label3" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.MeetName") %>'>
														</asp:Label>
													</ItemTemplate>
												</asp:TemplateColumn>
												<asp:TemplateColumn HeaderText="进场单位">
													<HeaderStyle Width="20%"></HeaderStyle>
													<ItemTemplate>
														<asp:Label id="Label1" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.aaa") %>'>
														</asp:Label>
													</ItemTemplate>
												</asp:TemplateColumn>
												<asp:TemplateColumn>
													<HeaderStyle Width="20%"></HeaderStyle>
													<ItemTemplate>
														<FONT face="宋体">
															<asp:Label id="Label2" runat="server">
																<%# GetUrl(DataBinder.Eval(Container, "DataItem.MeetID")) %>
															</asp:Label></FONT>
													</ItemTemplate>
												</asp:TemplateColumn>
											</Columns>
											<PagerStyle Height="18px" HorizontalAlign="Center" ForeColor="Black" BackColor="#CDCDCD" Mode="NumericPages"></PagerStyle>
										</asp:datagrid>
									</FONT>
								</td>
							</tr>
							<TR>
								<TD><FONT face="宋体"></FONT></TD>
								<TD style="WIDTH: 466px" vAlign="top" align="center"><FONT face="宋体"> </FONT>
									<asp:Button id="Button1" runat="server" Height="24px" Width="58px" Text="关 闭"></asp:Button></TD>
							</TR>
				</td>
		</table>
		</TD></TR></TBODY></TABLE></FORM>
	</body>
</HTML>

⌨️ 快捷键说明

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