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

📄 sca.aspx

📁 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点
💻 ASPX
字号:
<%@ Register TagPrefix="cc1" Namespace="Huayou.Common" Assembly="Huayou.Common" %>
<%@ Register TagPrefix="uc1" TagName="uRight" Src="uRight.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uHead" Src="uHead.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uLeft" Src="uLeft.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uBottom" Src="uBottom.ascx" %>
<%@ Page language="c#" Codebehind="Sca.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.co.co6.Sca" %>
<HTML>
	<HEAD>
		<title>
			<%=OrgName%>
		</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<LINK href="../../resume.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body leftmargin="0" topmargin="0" bgcolor="#ff7835">
		<uc1:uHead id="UHead1" runat="server"></uc1:uHead>
		<TABLE height="110" cellSpacing="0" cellPadding="0" width="777" bgColor="#ffffff" border="0">
			<TBODY>
				<TR>
					<TD vAlign="top" align="center" width="47" background="img/10.htm" height="110">
						<uc1:uRight id="URight1" runat="server"></uc1:uRight>
					</TD>
					<TD vAlign="top" align="center" width="763" height="110">
						<DIV align="center">
							<TABLE height="40" cellSpacing="0" cellPadding="0" width="90%" border="0">
								<TBODY>
									<TR>
									</TR>
								</TBODY></TABLE>
							<br>
							<table width="95%" border="0" cellspacing="0" cellpadding="0">
								<tr>
									<td height="25" class="px12"><strong>商业机会</strong></td>
								</tr>
							</table>
							<TABLE style="BORDER-COLLAPSE: collapse" borderColor="#111111" height="24" cellSpacing="0"
								cellPadding="0" width="98%" border="0">
								<TBODY>
									<TR>
										<TD vAlign="top" width="2%" height="148"><IMG height="1" src="" width="20"></TD>
										<TD vAlign="top" width="69%" height="148"><table width="100%" border="0" cellspacing="0" cellpadding="0">
												<tr>
													<td><form id="Form1" method="post" runat="server">
															<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
																<tr>
																	<td height="10"><asp:TextBox id="txtParamstr" runat="server" Visible="False" Width="48px"></asp:TextBox>
																	</td>
																</tr>
																<tr>
																	<td>
																		<cc1:DataGridTable id="dgdList" runat="server" PageCSS="scrollButton" MaxRecord="0" EnableViewState="False"
																			AllowPaging="True" AutoGenerateColumns="False" IsAllowPaging="True" CssClass="tableGrid" BorderWidth="0px"
																			BorderStyle="None" PageSize="20" Width="100%" ShowHeader="False">
																			<PagerStyle Visible="False" CssClass="gridPager"></PagerStyle>
																			<AlternatingItemStyle Height="25px" CssClass="px12"></AlternatingItemStyle>
																			<EditItemStyle CssClass="px12"></EditItemStyle>
																			<FooterStyle CssClass="gridFooter"></FooterStyle>
																			<ItemStyle Height="25px" CssClass="px12"></ItemStyle>
																			<HeaderStyle Height="25px" CssClass="right-ta-ti01"></HeaderStyle>
																			<Columns>
																							<asp:BoundColumn DataField="scatitle" HeaderText="标题">
																								<HeaderStyle Width="40%"></HeaderStyle>
																							</asp:BoundColumn>
																							<asp:BoundColumn Visible="False" DataField="begindate" HeaderText="发布时间" DataFormatString="{0:yyyy-MM-dd}"></asp:BoundColumn>
																							<asp:BoundColumn Visible="False" DataField="Sid"></asp:BoundColumn>
																						</Columns>
																			<SelectedItemStyle CssClass="gridSelectedItem"></SelectedItemStyle>
																		</cc1:DataGridTable>
																	</td>
																</tr>
															</table>
														</form>
													</td>
												</tr>
											</table>
										<TD vAlign="top" width="29%" height="148"><uc1:uLeft id="ULeft1" runat="server"></uc1:uLeft>
										</TD>
									</TR>
								</TBODY></TABLE>
						</DIV>
					</TD>
				</TR>
			</TBODY></TABLE>
		<uc1:uBottom id="UBottom1" runat="server"></uc1:uBottom>
	</body>
</HTML>

⌨️ 快捷键说明

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