資源簡介
asp.net+c#+mysql
重慶某置業公司的房產中介管理系統源碼
適合用于畢業設計

代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
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?
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!IsPostBack)
????????{
????????????this.Page.title?=?“當前位置:系統首頁“;
????????????string?MyConnectionString?=?ConfigurationManager.ConnectionStrings[“MyHouseDBConnectionString“].ConnectionString;
????????????string?MySQL?=?“Select??*??From?公司信息?Where?優先級=1“;
????????????SqlConnection?MyConnection?=?new?SqlConnection(MyConnectionString);
????????????MyConnection.Open();
????????????DataTable?MyTable?=?new?DataTable();
????????????SqlDataAdapter?MyAdapter?=?new?SqlDataAdapter(MySQL?MyConnection);
????????????MyAdapter.Fill(MyTable);
????????????this.Image1.ImageUrl?=?“~/Images/“?+?(String)MyTable.Rows[0][“首頁圖像“];
????????????Session[“MySystemName“]?=?(String)MyTable.Rows[0][“系統名稱“];
????????????Session[“MyCompanyWebSite“]?=?(String)MyTable.Rows[0][“公司網站“].ToString();
????????????Session[“MyCompanyName“]?=?(String)MyTable.Rows[0][“公司名稱“];
????????????Session[“MyCompanyAddress“]?=?(String)MyTable.Rows[0][“公司地址“];
????????????Session[“MyCompanyPhone“]?=?(String)MyTable.Rows[0][“服務電話“];
????????????Session[“MyCompanyLogo“]?=?(String)MyTable.Rows[0][“標志圖標“];
????????????if?(MyConnection.State?==?ConnectionState.Open)
????????????{
????????????????MyConnection.Close();
????????????}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???10485760??2008-05-12?09:53??Asp.net房產中介管理系統源碼\App_Data\ASPNETDB.MDF
?????文件?????516096??2008-05-12?09:53??Asp.net房產中介管理系統源碼\App_Data\aspnetdb_log.ldf
?????文件????3604480??2008-05-12?10:00??Asp.net房產中介管理系統源碼\App_Data\MyHouseDB.mdf
?????文件?????573440??2008-05-12?10:00??Asp.net房產中介管理系統源碼\App_Data\MyHouseDB_log.LDF
?????文件??????23273??2007-06-03?17:52??Asp.net房產中介管理系統源碼\ClientManage\ClientBuyForm.aspx
?????文件???????8094??2008-05-12?09:56??Asp.net房產中介管理系統源碼\ClientManage\ClientBuyForm.aspx.cs
?????文件??????24304??2007-06-03?17:52??Asp.net房產中介管理系統源碼\ClientManage\ClientLeaseForm.aspx
?????文件???????7294??2007-06-03?17:52??Asp.net房產中介管理系統源碼\ClientManage\ClientLeaseForm.aspx.cs
?????文件???????3170??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ClientManage\QueryClientBuyForm.aspx
?????文件???????4318??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ClientManage\QueryClientBuyForm.aspx.cs
?????文件???????6440??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ClientManage\QueryClientBuyPrint.aspx
?????文件???????1664??2007-06-03?17:54??Asp.net房產中介管理系統源碼\ClientManage\QueryClientBuyPrint.aspx.cs
?????文件???????3171??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ClientManage\QueryClientLeaseForm.aspx
?????文件???????4324??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ClientManage\QueryClientLeaseForm.aspx.cs
?????文件???????6749??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ClientManage\QueryClientLeasePrint.aspx
?????文件???????1738??2008-05-12?09:56??Asp.net房產中介管理系統源碼\ClientManage\QueryClientLeasePrint.aspx.cs
?????文件???????8102??2007-06-03?18:05??Asp.net房產中介管理系統源碼\CompanyManage\ManualForm.aspx
?????文件???????2546??2008-05-09?11:23??Asp.net房產中介管理系統源碼\CompanyManage\ManualForm.aspx.cs
?????文件???????3952??2007-06-04?07:37??Asp.net房產中介管理系統源碼\CompanyManage\ParameterForm.aspx
?????文件???????4893??2008-05-09?11:25??Asp.net房產中介管理系統源碼\CompanyManage\ParameterForm.aspx.cs
?????文件??????14179??2007-06-03?18:05??Asp.net房產中介管理系統源碼\CompanyManage\PersonnelForm.aspx
?????文件???????2838??2007-06-03?18:05??Asp.net房產中介管理系統源碼\CompanyManage\PersonnelForm.aspx.cs
?????文件??????11610??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ContractManage\AdvertisementForm.aspx
?????文件???????3371??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ContractManage\AdvertisementForm.aspx.cs
?????文件??????14791??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ContractManage\ContractForm.aspx
?????文件???????5700??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ContractManage\ContractForm.aspx.cs
?????文件???????2632??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ContractManage\QueryLeaseForm.aspx
?????文件???????3364??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ContractManage\QueryLeaseForm.aspx.cs
?????文件???????7044??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ContractManage\QueryLeasePrint.aspx
?????文件???????1654??2007-06-03?18:05??Asp.net房產中介管理系統源碼\ContractManage\QueryLeasePrint.aspx.cs
............此處省略108個文件信息
評論
共有 條評論