資源簡介
本房屋銷售信息管理系統(tǒng)可以顯示各種房屋的基本信息和通告信息。用戶可以對自己喜歡的房屋進行預訂,產(chǎn)生預訂單,可以通過網(wǎng)上留言與管理員溝通,并且可以使用搜索功能快速找到自己感興趣的房屋。系統(tǒng)管理員通過管理界面可以添加、刪除和編輯房屋信息和通告信息,還可以對注冊用戶進行管理。本系統(tǒng)的最終目的就是加強用戶和銷售方的溝通,促進房屋銷售。
本系統(tǒng)是使用ASP.NET開發(fā)語言,使用Microsoft Visual Studio 2005作為工具軟件,數(shù)據(jù)庫為SQL Server 2000。
包括系統(tǒng)源碼+論文+開題報告+答辯PPT

代碼片段和文件信息
using?System;
using?System.Collections;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Web;
using?System.Web.SessionState;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.HtmlControls;
using?System.Data.SqlClient;
namespace?FWsell
{
///?
///?Addadmin?的摘要說明。
///?
public?partial?class?Addadmin?:?System.Web.UI.Page
{
protected?void?Page_Load(object?sender?System.EventArgs?e)
{
string?Tpye=Session[“MT“].ToString();
string?adminid=Request[“a“];
string?check=Request[“u“];
if(Tpye==“0“)
{
Response.Write(“ript>alert(‘非超級管理員不能操作!!‘) ript>“);
Response.Write(“ript>window.location.href=‘Adminfirst.aspx‘ ript>“);
}
else?if(check==“0“)
{
???????????????this.Label6.Text=“添加管理員信息“;
???this.ButtonOK.Text=“添?加“;
}
else?if(check==“1“)
{
this.adminID.ReadOnly=true;
this.adminID.BackColor=Color.Gainsboro;
this.adminID.Text=adminid;
this.Label6.Text=“修改管理員信息“;
????????????????this.ButtonOK.Text=“更?新“;
}//?在此處放置用戶代碼以初始化頁面
}
#region?Web?窗體設(shè)計器生成的代碼
override?protected?void?OnInit(EventArgs?e)
{
//
//?CODEGEN:?該調(diào)用是?ASP.NET?Web?窗體設(shè)計器所必需的。
//
InitializeComponent();
base.OnInit(e);
}
///?
///?設(shè)計器支持所需的方法?-?不要使用代碼編輯器修改
///?此方法的內(nèi)容。
///?
private?void?InitializeComponent()
{????
}
#endregion
protected?void?ButtonOK_Click(object?sender?System.EventArgs?e)
{
string?check=Request[“u“];
if(check?==“0“)
{
SqlConnection?conn=new?SqlConnection(FWsell.Myclass.ConnString);
string?adminID=this.adminID.Text.Trim();
string?str=this.adminpassword.Text.Trim();
string?adminpassword=CommMd5.Encrypt(str);
string?adminphone=this.adminphone.Text.Trim();
string?adminemail=this.adminemail.Text.Trim();
string?managetype=this.DropDownList1.SelectedItem.Value.Trim();
string?sqlstr=“insert?into?Admin(adminIDadminpasswordadminphoneadminemailmanagetype)values(‘“+adminID+“‘‘“+adminpassword+“‘‘“+adminphone+“‘‘“+adminemail+“‘‘“+managetype+“‘)?“;
SqlCommand?comm=new?SqlCommand(sqlstrconn);
conn.Open();
comm.ExecuteNonQuery();
conn.Close();
Response.Write(“ript>alert(‘添加成功!‘) ript>“);
????????????????Response.Write(“ript>window.location.href=‘Adminall.aspx‘ ript>“);
}
else?if(check?==“1“)
{
string?adminid=Request[“a“];
SqlConnection?conn=new?SqlConnection(FWsell.Myclass.ConnString);
string?str=this.adminpassword.Text.Trim();
string?adminpassword=CommMd5.Encrypt(str);
string?adminphone=this.adminphone.Text.Trim();
string?adminemail=this.adminemail.Text.Trim();
string?managetype=this.DropDownList1.SelectedItem.Value.Trim();
string?sqlstr=“update?Admin?set?adminpassword=‘“+adminpassword+“‘a(chǎn)dminphone=‘“+adminphone+“‘a(chǎn)dminemail=‘“+adminemail+“‘managetype=‘“+manage
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????1179648??2009-04-22?22:45??047基于.NET的房屋銷售信息管理系統(tǒng)\Fangwu_Data.MDF
?????文件????1048576??2009-04-22?22:45??047基于.NET的房屋銷售信息管理系統(tǒng)\Fangwu_Log.LDF
?????文件???????2408??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Addadmin.aspx
?????文件???????3418??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Addadmin.aspx.cs
?????文件???????5317??2007-06-20?00:58??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Addadmin.aspx.resx
?????文件???????3316??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Addinfo.aspx
?????文件???????4727??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Addinfo.aspx.cs
?????文件???????5317??2007-06-19?18:17??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Addinfo.aspx.resx
?????文件???????2357??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Addmessage.aspx
?????文件???????3889??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Addmessage.aspx.cs
?????文件???????5317??2007-06-18?22:03??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Addmessage.aspx.resx
?????文件???????1737??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Admin.aspx
?????文件???????1784??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Admin.aspx.cs
?????文件???????5317??2007-06-18?21:44??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Admin.aspx.resx
?????文件???????2017??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Adminall.aspx
?????文件???????3617??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Adminall.aspx.cs
?????文件???????5317??2007-06-20?00:48??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Adminall.aspx.resx
?????文件????????766??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Adminfirst.aspx
?????文件????????919??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Adminfirst.aspx.cs
?????文件???????5317??2007-05-18?17:38??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Adminfirst.aspx.resx
?????文件???????2662??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\AdminG.aspx
?????文件???????4077??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\AdminG.aspx.cs
?????文件???????5317??2007-06-20?01:33??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\AdminG.aspx.resx
?????文件???????1725??2009-04-19?15:19??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Adminleft.aspx
?????文件????????914??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Adminleft.aspx.cs
?????文件???????5317??2007-05-18?17:21??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Adminleft.aspx.resx
?????文件???????2076??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\AdminmessageG.aspx
?????文件???????3218??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\AdminmessageG.aspx.cs
?????文件???????5317??2007-06-17?18:27??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\AdminmessageG.aspx.resx
?????文件???????2076??2009-04-11?21:02??047基于.NET的房屋銷售信息管理系統(tǒng)\FWsell\Adminorder.aspx
............此處省略133個文件信息
評論
共有 條評論