• 大小: 13.68MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-06-29
  • 语言: C#
  • 标签: 毕业设计  ASP.NET  C#  

资源简介

本资源不能用于商业用途,只是计算机专业的一个作业,欢迎大家使用。

资源截图

代码片段和文件信息

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个文件信息

评论

共有 条评论