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

资源简介

使用数据库是sever 2000,开发工具是vs 2005是已经发布的网站,具有参考价值

资源截图

代码片段和文件信息

using System;
using System.Data;
using System.Configuration;
using System.Collections;
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;
using System.Data.SqlClient;

public partial class Default : System.Web.UI.Page
{
    baseClass bc = new baseClass();
    protected void Page_Load(object sender EventArgs e)
    {
        if (!IsPostBack)
        {
            Label1.Text = new randCode().RandomNum(4);

            this.GridView1.DataSource = sss(“tbsale“);
            this.GridView1.DataBind();

            this.GridView2.DataSource = sss(“tbrent“);
            this.GridView2.DataBind();

        }
    }
    public DataTable sss(string tb)
    {
        DataSet ds = new DataSet();
        string str = “select top 8 * from “ + tb + “  order by id desc“; 
        ds = bc.GetDataSet(str tb);
        return ds.Tables[tb];
    }
    protected void Button1_Click(object sender ImageClickEventArgs e)
    {
      
         string tb = null;
        if(Radiorent.Checked == true)
            tb = “tbrent“;
        else
            tb = “tbsale“;

        string strSql = “select * from “+tb+“ where“;
        if (DropDownList1.Text != ““)
        {
            strSql = strSql + “ corner=‘“ + DropDownList1.Text + “‘“;
            if (structure.Text != ““)
            {
                strSql = strSql + “and  structure = ‘“ + structure.Text + “‘“;
            }
            if (DropDownList2.Text != ““)
            {
                strSql = strSql + “ and  type = ‘“ + DropDownList2.Text + “‘“;
            }
            if (TextBox3.Text != ““)
            {
                strSql = strSql + “ and  price > ‘“ + TextBox2.Text + “‘ and price < ‘“ + TextBox3.Text + “‘“;
            }
        }
        else if (structure.Text != ““)
        {
            strSql = strSql + “ structure = ‘“ + structure.Text + “‘“;
            if (DropDownList2.Text != ““)
            {
                strSql = strSql + “ and  type = ‘“ + DropDownList2.Text + “‘“;
            }
            if (TextBox3.Text != ““)
            {
                strSql = strSql + “ and  price > ‘“ + TextBox2.Text + “‘ and price < ‘“ + TextBox3.Text + “‘“;
            }
        }
        else if (DropDownList2.Text != ““)
        {
            strSql = strSql + “ type = ‘“ + DropDownList2.Text + “‘“;
            if (TextBox3.Text != ““)
            {
                strSql = strSql + “ and  price > ‘“ + TextBox2.Text + “‘ and price < ‘“ + TextBox3.Text + “‘“;
            }
        }
        else
        {
            strSql = strSql + “   price > ‘“ + TextBox2.Text + “‘ and price < ‘“ + TextBox3.Text + “‘“;
        }

        if(Radiorent.Checked == true)
        {
            GridView2.DataSource = bc.GetDataSet(strSql tb);
            GridView2.DataKeyNames = new string[] { “id“ };
   

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       4381  2008-06-11 10:05  website\aboutus\credit.aspx

     文件        415  2008-06-07 22:02  website\aboutus\credit.aspx.cs

     文件      12316  2008-06-11 10:06  website\aboutus\idea.aspx

     文件        413  2008-06-07 22:02  website\aboutus\idea.aspx.cs

     文件       8671  2008-06-11 10:06  website\aboutus\intro.aspx

     文件        414  2008-06-07 22:02  website\aboutus\intro.aspx.cs

     文件       1553  2008-06-10 16:02  website\App_Code\baseClass.cs

     文件       2591  2008-06-07 22:02  website\App_Code\BusinessLogiclayer\Function.cs

     文件       1127  2008-06-07 22:02  website\App_Code\BusinessLogiclayer\Reply.cs

     文件       5553  2008-06-07 22:02  website\App_Code\BusinessLogiclayer\Topic.cs

     文件       4795  2008-06-07 22:02  website\App_Code\BusinessLogiclayer\User.cs

     文件       2126  2008-06-07 22:02  website\App_Code\DataAccessHelper\GetSafeData.cs

     文件        406  2008-06-07 22:02  website\App_Code\DataAccessHelper\SQLString.cs

     文件       5955  2008-06-07 22:02  website\App_Code\DataAccesslayer\Database.cs

     文件       1196  2008-06-07 22:02  website\App_Code\randomCode.cs

     文件    1179648  2008-06-13 22:52  website\App_Data\db_news_Data.MDF

     文件    1048576  2008-06-13 22:52  website\App_Data\db_news_Log.LDF

     文件       4945  2008-06-07 22:02  website\bigforum\Images\from.gif

     文件       4945  2008-06-07 22:02  website\bigforum\Images\lo.jpg

     文件       9628  2008-06-07 22:02  website\bigforum\Images\logo.JPG

     文件       5120  2008-06-07 22:02  website\bigforum\Images\Thumbs.db

     文件       2598  2008-06-10 16:20  website\bigforum\Login.aspx

     文件       2323  2008-06-07 22:02  website\bigforum\Login.aspx.cs

     文件      12544  2008-06-07 22:02  website\bigforum\Register.aspx

     文件       2044  2008-06-07 22:02  website\bigforum\Register.aspx.cs

     文件       1526  2008-06-07 22:02  website\bigforum\styles\style.css

     文件       1788  2008-06-07 22:02  website\bigforum\TopicAdd.aspx

     文件       1863  2008-06-07 22:02  website\bigforum\TopicAdd.aspx.cs

     文件       2198  2008-06-07 22:02  website\bigforum\TopicDetail.aspx

     文件       2422  2008-06-07 22:02  website\bigforum\TopicDetail.aspx.cs

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

评论

共有 条评论