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

📄 index.aspx

📁 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Index.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.co.co8.Index" %>
<%@ Register TagPrefix="uc1" TagName="uHead" Src="uHead.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uLeft" Src="uLeft.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uBottom" Src="uBottom.ascx" %>

<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="#9933CC">
		<uc1:uHead id="UHead1" runat="server"></uc1:uHead>
<table width="780" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" align="center" style="border-right:1px #666666 solid;border-left:1px #666666 solid">
  <tr>
    <td width="205" bgcolor="#ffffff" style="border-right:1px #cccccc solid" valign=top>
<uc1:uLeft id="ULeft1" runat="server"></uc1:uLeft>
	</td>
    <td width="572" valign="top">
<!--===================-->
<table width="550" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td>&nbsp;</td></tr>
<tr><td height=31>&nbsp;&nbsp;&nbsp;&nbsp;<strong><%=coname%></strong></td>
</tr>
<tr><td height=10></td></tr>
  <tr>
    <td>
<!--******************************-->
<table width="500" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td height=350 valign=top>
	<p style="line-height:150%"><table border="0" align="right" cellspacing="0" cellpadding="0"><tr><td height=175 width=220 style="border:1px #cccccc solid" bgcolor="#efefef" align="center"><img src="<%=copic%>" width="200" height="150"></td>
	</tr></table>
	<div class="px12"><%=cointroduce%></div>
</td></tr>
</table>
<!--******************************-->
	</td>
  </tr>

<tr><td>&nbsp;</td></tr>
</table>
<!--===================-->
	</td>
  </tr>
</table>
		<uc1:uBottom id="UBottom1" runat="server"></uc1:uBottom>
  </body>
</html>

⌨️ 快捷键说明

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