ASP.NET 网站毕业设计家居系统


本资源不能用于商业用途,只是计算机专业的一个作业,欢迎大家使用。
资源截图
代码片段和文件信息
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  codeabout.aspx

     文件       1765  2016-04-07 17:01  codeabout.aspx.cs

     文件       3360  2016-04-07 16:01  codeApp_CodeBLLook.cs

     文件       3691  2016-04-07 14:01  codeApp_CodeBLLgsclass.cs

     文件       3710  2016-04-07 16:01  codeApp_CodeBLLgscontent.cs

     文件       3487  2016-04-07 18:01  codeApp_CodeBLL
ewsbig.cs

     文件       3613  2016-04-07 11:01  codeApp_CodeBLL
ewscontent.cs

     文件       3622  2016-04-07 14:01  codeApp_CodeBLLproduct.cs

     文件       3601  2016-04-07 15:01  codeApp_CodeBLLproductclass.cs

     文件       2918  2016-04-07 17:01  codeApp_CodeBLLuser.cs

     文件       3308  2016-04-07 12:01  codeApp_CodeBLLwangzhan.cs

     文件       5062  2016-04-07 13:01  codeApp_CodeDALook.cs

     文件      15724  2016-04-07 09:01  codeApp_CodeDALDB.cs

     文件       6112  2016-04-07 13:01  codeApp_CodeDALgsclass.cs

     文件       5591  2016-04-07 16:01  codeApp_CodeDALgscontent.cs

     文件       6040  2016-04-07 17:01  codeApp_CodeDAL
ewsbig.cs

     文件       5671  2016-04-07 14:01  codeApp_CodeDAL
ewscontent.cs

     文件       5898  2016-04-07 17:01  codeApp_CodeDALproduct.cs

     文件       6396  2016-04-07 17:01  codeApp_CodeDALproductclass.cs

     文件       2440  2016-04-07 13:01  codeApp_CodeDALSqldal.cs

     文件       3253  2016-04-07 09:01  codeApp_CodeDALuser.cs

     文件       4930  2016-04-07 18:01  codeApp_CodeDALwangzhan.cs

     文件       1247  2016-04-07 14:01  codeApp_CodeDataControlHelper.cs

     文件      16290  2016-04-07 11:01  codeApp_CodeDBUtilityDbHelperOleDb.cs

     文件        594  2016-04-07 13:01  codeApp_CodeDBUtilityPubConstant.cs

     文件      12355  2016-04-07 17:01  codeApp_CodeDBUtilitySQLHelper.cs

     文件        557  2016-04-07 10:01  codeApp_Codemd5.cs

     文件       3324  2016-04-07 13:01  codeApp_CodeMessageBox.cs

     文件       1476  2016-04-07 18:01  codeApp_CodeModelook.cs

............此处省略1313个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)