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

📄 product.aspx

📁 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点
💻 ASPX
字号:
<%@ 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="Product.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.co.co6.Product" %>
<HTML>
	<HEAD>
		<title>
			<%=OrgName%>
		</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<LINK href="../../resume.css" type="text/css" rel="stylesheet">
			<style type="text/css">
				.style1 { COLOR: #ff0000 }
				</style>
			<SCRIPT language="javascript">
		    function CheckFeedback() {
      		vtxcontent = document.getElementById("txcontent");
			if( vtxcontent.value.length == 0 )
			{
			alert('请填写反馈内容!');
			vtxcontent.focus();
			return false;
			}
	        
			return true;
	        }
			</SCRIPT>
	</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 cellSpacing="0" cellPadding="0" width="100%" border="0" class="px12">
																<TR>
																	<TD align="center">
																		<asp:DataList id="DataList1" runat="server" Width="100%" RepeatDirection="Horizontal" RepeatColumns="3"
																			CellPadding="10">
																			<ItemTemplate>
                                                                    <TABLE align="center" width="130" border="0" cellspacing="0" cellpadding="5" style="border:1px #999999 solid" class="px12">
                                                                      <TR>
                                                                        <td align="center" bgcolor="#FFFFFF" height=90> <a href="/ProductView.aspx?Sid=<%# DataBinder.Eval(Container.DataItem,"Sid") %>" target=_blank> <img src="<%# DataBinder.Eval(Container.DataItem,"pic") %>" width="80" border="0"> </a> </TD>
                                                                      </TR>
                                                                      <TR>
                                                                        <td bgcolor="#efefef" style="border-top:1px #999999 solid" align="center"> <strong> <%# DataBinder.Eval(Container.DataItem,"cpname") %></strong> </TD>
                                                                      </TR>
                                                                    </TABLE>
																			</ItemTemplate>
																		</asp:DataList></TD>
																</TR>
																<tr>
																	<td align="center">
																		<asp:label id="lab_pageInfo" runat="server"></asp:label>
																		&nbsp;
																		<asp:linkbutton id="lbtn_first" runat="server" CommandName="first">首页</asp:linkbutton>
																		&nbsp;
																		<asp:linkbutton id="lbtn_next" runat="server" CommandName="next">下页</asp:linkbutton>
																		&nbsp;
																		<asp:linkbutton id="lbtn_pre" runat="server" CommandName="pre">上页</asp:linkbutton>
																		&nbsp;
																		<asp:linkbutton id="lbtn_last" runat="server" CommandName="last">末页</asp:linkbutton>
																		&nbsp;&nbsp;转到第
																		<asp:dropdownlist id="drp_PageJumping" runat="server" CssClass="scrollButton" AutoPostBack="True"></asp:dropdownlist>
																	</td>
																</tr>
															</TABLE>
														</form>
														<p style="LINE-HEIGHT:180%"></p>
													</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 + -