资源简介
C#项目之综合供求信息网(含源代码),

代码片段和文件信息
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 2019-08-22 16:38 20综合供求信息网\
目录 0 2019-08-22 16:38 20综合供求信息网\ASD\
目录 0 2019-08-22 16:38 20综合供求信息网\ASD\App_Code\
文件 7225 2011-04-19 16:33 20综合供求信息网\ASD\App_Code\Databa
文件 12090 2011-04-19 16:33 20综合供求信息网\ASD\App_Code\Operation.cs
文件 9056 2011-04-19 16:33 20综合供求信息网\ASD\App_Code\StringFormat.cs
文件 2016 2011-04-19 16:33 20综合供求信息网\ASD\App_Code\WebMessageBox.cs
目录 0 2011-04-25 09:44 20综合供求信息网\ASD\App_Data\
目录 0 2019-08-22 16:38 20综合供求信息网\ASD\aspnet_client\
目录 0 2019-08-22 16:38 20综合供求信息网\ASD\aspnet_client\system_web\
目录 0 2019-08-22 16:38 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\
目录 0 2019-08-22 16:38 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\
目录 0 2019-08-22 16:38 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\CSs\
文件 5299 2011-04-19 16:33 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\CSs\default.css
目录 0 2019-08-22 16:38 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\
文件 602 2011-04-19 16:33 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendar.html
文件 95 2011-04-19 16:33 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendarbottom.html
文件 92 2011-04-19 16:33 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendartop.html
文件 2189 2011-04-19 16:33 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\crystalexportdialog.htm
文件 2707 2011-04-19 16:33 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\crystalprinthost.html
目录 0 2019-08-22 16:38 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\
目录 0 2019-08-22 16:38 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\
文件 84 2011-04-19 16:32 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\calendar.gif
文件 1410 2011-04-19 16:32 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\crlogo.gif
文件 617 2011-04-19 16:32 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\export.gif
文件 283 2011-04-19 16:32 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\exportd.gif
文件 1244 2011-04-19 16:32 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\export_over.gif
文件 78 2011-04-19 16:32 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\First.gif
文件 78 2011-04-19 16:32 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\Firstd.gif
文件 1251 2011-04-19 16:32 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\first_over.gif
文件 595 2011-04-19 16:32 20综合供求信息网\ASD\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\gotopage.gif
............此处省略226个文件信息
- 上一篇:C#Web学生管理系统
- 下一篇:MsChart项目(WinForm版)
相关资源
- C#解析HL7消息的库135797
- C# OCR数字识别实例,采用TessnetOcr,对
- 考试管理系统 - C#源码
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
评论
共有 条评论