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

📄 service.aspx

📁 通过微软的最新技术ASP.NET2.0开发一个类似BtoC、CtoC的企业产品信息发布系统。 整体设计思想与规划: 用Firework设计图形
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Service.aspx.cs" Inherits="Service" %>

<%@ Register Src="Search.ascx" TagName="Search" TagPrefix="uc6" %>

<%@ Register Src="OfficeCalendar.ascx" TagName="OfficeCalendar" TagPrefix="uc3" %>

<%@ Register Src="Web.ascx" TagName="Web" TagPrefix="uc7" %>

<%@ Register Src="Login.ascx" TagName="Login" TagPrefix="uc5" %>

<%@ Register Src="jion.ascx" TagName="jion" TagPrefix="uc4" %>

<%@ Register Src="foot.ascx" TagName="foot" TagPrefix="uc2" %>

<%@ Register Src="top.ascx" TagName="top" TagPrefix="uc1" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
    <title>企业产品信息展示系统</title>
    <link href="<%=Session["style"] %>"  rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <uc1:top ID="Top1" runat="server" />
        <table width="760" border="0" class="all"  align="center">
  <tr>
    <td height="596" valign="top" class="right" style="width: 272px">
        <uc3:OfficeCalendar ID="OfficeCalendar1" runat="server" />
        <br />
        <uc5:Login ID="Login1" runat="server" />
        <uc7:web id="Web1" runat="server"></uc7:web>
        <uc6:Search ID="Search1" runat="server" />
        <br />
      </td>
    <td width="706" valign="top">
<table border="0" class="tright">
      <tr>
        <td class="tright">
            &nbsp; 关于我们</td>
      </tr>
    </table>
    <table width="540" border="0" class="h1">
      <tr>
        <td style="text-align: left; width: 523px;" colspan="2">
            &nbsp;<br />
            E商.NET成立于2006年10月,是汕头市信息开发区的高新技术企业,从一开始就以务实的态度,将公司定位于企业名录信息服务范畴。<br />
            <br />
            凭借几年来与各大媒体杂志、政府机关、行业协会的良好合作关系,以及对直邮广告、客户关系管理、数据库营销的领悟与推崇,先后为5000多家企业提供了目标客户数据的收集加工、改善整理服务,协助企业市场、销售、策划部门建立了自己的潜在客户信息库。<br />
            <br />
            在这期间,利用手中几个比较有价值的信息库,先后为10多个开发区的招商局推荐了相应的招商引资项目。 我们深知:一个成功的商业行为,其前提是正确地收集了合适的资料和信息。信息爆炸时代,垃圾信息充斥着人们的视野,而企业在“低浓度”信息的整理、筛选、使用过程中造成了巨大的资金和人力消耗。
            <br />
            <br />
            E商.NET在接受委托客户数据整理、电话核实筛选、目标识别判断的过程中,不断地筛除垃圾,提高企业信息的“深度和浓度”;随着越来越多委托项目的进行,E商资讯所掌握的企业资料的质量越来越高。<br />
            <br />
            有感于:信息市场的巨大和有价值信息的相应缺乏,E商资讯将一如既往地保持企业信息市场开拓者的姿态,持续投入、开发、收集、整理、改善我们掌握的信息资源。 我们的目标是:做更多企业的幕后英雄,希望成为您开展商务之前的第一位合作者,为您的行为决策提供辅助、支持和参考。<br />
            <br />
            E商.NET特色服务项目: 销售线索筛选 市场活动邀请 数据清理核实
            <br />
            DM商业信函邮寄 商务传真广播<br />
            <br />
            &nbsp;<br />
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 联系地址:汕头市国新花园<br />
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 联系电话:0754-XXXXXX</td>
      </tr>
    </table>
       
    </td>
  </tr>
</table>
        <uc2:foot ID="Foot1" runat="server" />
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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