• 大小: 8.98MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-10
  • 语言: C#
  • 标签: ASP.NET  C#  

资源简介

ASP.NET4.0+SQLServer2014+分层开发模式实现供求信息网站开发,开发环境为Visual Studio 2013

资源截图

代码片段和文件信息

using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class _Default : System.Web.UI.Page 
{
    Operation operation = new Operation();  //声明网站业务类对象
    protected void Page_Load(object sender EventArgs e)
    {
        if (!IsPostBack)  //!IsPostBack避免重复刷新加载页面
        {
            //获取前6条分类供求信息
            dlZP.DataSource = operation.SelectLeaguerInfo(true “招聘信息“ 6);
            dlZP.DataBind();
            dlPX.DataSource = operation.SelectLeaguerInfo(true “培训信息“ 6);
            dlPX.DataBind();
            dlGY.DataSource = operation.SelectLeaguerInfo(true “公寓信息“ 6);
            dlGY.DataBind();
            dlJJ.DataSource = operation.SelectLeaguerInfo(true “家教信息“ 6);
            dlJJ.DataBind();
            dlWPQG.DataSource = operation.SelectLeaguerInfo(true “物品求购“ 6);
            dlWPQG.DataBind();
            dlWPCS.DataSource = operation.SelectLeaguerInfo(true “物品出售“ 6);
            dlWPCS.DataBind();
            dlQDCD.DataSource = operation.SelectLeaguerInfo(true “求兑出兑“ 6);
            dlQDCD.DataBind();
            dlCL.DataSource = operation.SelectLeaguerInfo(true “车辆信息“ 6);
            dlCL.DataBind();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-08-30 15:01  SIS\
     目录           0  2018-08-30 15:01  SIS\.vs\
     目录           0  2018-08-30 15:01  SIS\.vs\config\
     文件       85866  2019-11-12 14:31  SIS\.vs\config\applicationhost.config
     目录           0  2018-08-30 15:01  SIS\.vs\SIS\
     目录           0  2019-11-12 20:31  SIS\.vs\SIS\v14\
     文件       77824  2019-11-15 19:13  SIS\.vs\SIS\v14\.suo
     目录           0  2018-08-30 15:01  SIS\packages\
     目录           0  2018-08-30 15:01  SIS\packages\bootstrap.3.3.7\
     文件      374152  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\bootstrap.3.3.7.nupkg
     目录           0  2018-08-30 15:01  SIS\packages\bootstrap.3.3.7\content\
     目录           0  2018-08-30 15:01  SIS\packages\bootstrap.3.3.7\content\Content\
     文件       26132  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\Content\bootstrap-theme.css
     文件       47706  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\Content\bootstrap-theme.css.map
     文件       23409  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\Content\bootstrap-theme.min.css
     文件       25648  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\Content\bootstrap-theme.min.css.map
     文件      146010  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\Content\bootstrap.css
     文件      389287  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\Content\bootstrap.css.map
     文件      121200  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\Content\bootstrap.min.css
     文件      542194  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\Content\bootstrap.min.css.map
     目录           0  2018-08-30 15:01  SIS\packages\bootstrap.3.3.7\content\fonts\
     文件       20127  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\fonts\glyphicons-halflings-regular.eot
     文件      108738  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\fonts\glyphicons-halflings-regular.svg
     文件       45404  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\fonts\glyphicons-halflings-regular.ttf
     文件       23424  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\fonts\glyphicons-halflings-regular.woff
     文件       18028  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\fonts\glyphicons-halflings-regular.woff2
     目录           0  2018-08-30 15:01  SIS\packages\bootstrap.3.3.7\content\scripts\
     文件       69707  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\scripts\bootstrap.js
     文件       37045  2017-12-04 10:04  SIS\packages\bootstrap.3.3.7\content\scripts\bootstrap.min.js
     目录           0  2018-08-30 15:01  SIS\packages\jQuery.3.2.1\
     目录           0  2018-08-30 15:01  SIS\packages\jQuery.3.2.1\Content\
............此处省略290个文件信息

评论

共有 条评论