资源简介
本资源不能用于商业用途,只是计算机专业的一个作业,欢迎大家使用。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
public partial class about : System.Web.UI.Page
{
protected void Page_Load(object sender EventArgs e)
{
if (!IsPostBack)
{
this.Label3.Text = DB.FindString(“select lianxiwm from wangzhan where id=1“);
Maticsoft.BLL.gsclass bll = new Maticsoft.BLL.gsclass();
DataSet ds = bll.GetList(“classid=33“);
this.Repeater1.DataSource = ds.Tables[0].DefaultView;
this.Repeater1.DataBind();
Maticsoft.BLL.gsclass bll1 = new Maticsoft.BLL.gsclass();
Maticsoft.Model.gsclass model = bll1.GetModel(45);
this.Label2.Text = model.classname;
this.Label1.Text = model.content;
if (Request.QueryString[“id“] != null)
{
int id1 = Convert.ToInt32(DB.replace((Request.QueryString[“id“]) ““));
if (Convert.ToInt32(DB.FindString(“select count(*) from [gsclass] where id=“ + id1 + ““)) > 0)
{
Maticsoft.BLL.gsclass bll2 = new Maticsoft.BLL.gsclass();
Maticsoft.Model.gsclass model1 = bll2.GetModel(id1);
this.Label2.Text = model1.classname;//5_1_a_s_p_x
this.Label1.Text = model1.content;
}
else
{
MessageBox.Show(this “没有找到你要的内容“);
return;
}
}
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4558146 2016-04-07 17:32 毕业设计_C#忆家家居设计网录像.avi
文件 2639 2016-04-07 15:06 code\about.aspx
文件 1765 2016-04-07 17:01 code\about.aspx.cs
文件 3360 2016-04-07 16:01 code\App_Code\BLL\book.cs
文件 3691 2016-04-07 14:01 code\App_Code\BLL\gsclass.cs
文件 3710 2016-04-07 16:01 code\App_Code\BLL\gscontent.cs
文件 3487 2016-04-07 18:01 code\App_Code\BLL\newsbig.cs
文件 3613 2016-04-07 11:01 code\App_Code\BLL\newscontent.cs
文件 3622 2016-04-07 14:01 code\App_Code\BLL\product.cs
文件 3601 2016-04-07 15:01 code\App_Code\BLL\productclass.cs
文件 2918 2016-04-07 17:01 code\App_Code\BLL\user.cs
文件 3308 2016-04-07 12:01 code\App_Code\BLL\wangzhan.cs
文件 5062 2016-04-07 13:01 code\App_Code\DAL\book.cs
文件 15724 2016-04-07 09:01 code\App_Code\DAL\DB.cs
文件 6112 2016-04-07 13:01 code\App_Code\DAL\gsclass.cs
文件 5591 2016-04-07 16:01 code\App_Code\DAL\gscontent.cs
文件 6040 2016-04-07 17:01 code\App_Code\DAL\newsbig.cs
文件 5671 2016-04-07 14:01 code\App_Code\DAL\newscontent.cs
文件 5898 2016-04-07 17:01 code\App_Code\DAL\product.cs
文件 6396 2016-04-07 17:01 code\App_Code\DAL\productclass.cs
文件 2440 2016-04-07 13:01 code\App_Code\DAL\Sqldal.cs
文件 3253 2016-04-07 09:01 code\App_Code\DAL\user.cs
文件 4930 2016-04-07 18:01 code\App_Code\DAL\wangzhan.cs
文件 1247 2016-04-07 14:01 code\App_Code\DataControlHelper.cs
文件 16290 2016-04-07 11:01 code\App_Code\DBUtility\DbHelperOleDb.cs
文件 594 2016-04-07 13:01 code\App_Code\DBUtility\PubConstant.cs
文件 12355 2016-04-07 17:01 code\App_Code\DBUtility\SQLHelper.cs
文件 557 2016-04-07 10:01 code\App_Code\md5.cs
文件 3324 2016-04-07 13:01 code\App_Code\MessageBox.cs
文件 1476 2016-04-07 18:01 code\App_Code\Model\book.cs
............此处省略1313个文件信息
相关资源
- ASP.NET(C#)实践教程
- 基于LXI协议的C#网络监控系统开发
- c#演讲比赛打分系统
- 深入理解C# 第3版 中文版高清原版
- C# 个人博客网站
- asp.net商城网站源码原创
- 新闻发布系统课程设计
- C#入门经典(Beginning C# 7 Programming wi
- C#我的网上商城项目
- asp.net 运维系统源码
- 高校收费系统,源码 c#
- ASP.NET电影网站(毕业设计)
- C#SharpAvi桌面录屏源码
- 超赞的200个经典C#WinForm
- Winform开发全套31个UI组件开源共享](
- 基于C#三层架构的餐厅点餐管理系统
- Asp.Net MVC+BootStrap+EF6.0实现简单的用户
- Professional C# 6 and .NET Core 1.0.pdf
- vlc c# 2010 播放rtsp
- C#源码 漂亮界面 医院管理系统源码
- C# 在线编辑Office源码及其文档全
- C# Asprise OCR 15.3 64位元最新破解(1.去
- 基于c#在vs实现图书管理系统
- c#程序设计教程
- More Effective C#中文版.pdf
- MF000165-房产中介管理系统源码asp.net房
- 基于C#窗体的贪吃蛇
- 家庭记账软件C#Access
- ASP.NET 后台管理系统154514
- C#程序设计经典教程(第二版)例题源
评论
共有 条评论