资源简介
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个文件信息
相关资源
- 用access连接的c#图书馆管理系统,对于
- VS2010C#+SQLserver下的学生选课系统
- TCP/IP Sockets in C#: Practical Guide for Prog
- TradeX.dll C# 接口演示程序
- ASP.NET Ueditor图片水印修改
- 生成和读取条形码二维码C#
- asp.net.网上书店
- C#_Winform中使用GDI+及双缓冲技术绘制正
- 投票系统asp.net+sql
- C#+ArcEngine 二次开发,基本的各种功能
- ASP.Net个人网站模板
- winform简单的增删改查
- C#图像处理六项图片处理功能及截图工
- 员工请假管理 c# SQL
- C#串口波形图
- ASP.NET+SQL酒店预定管理系统
- C#课程设计源代码
- winform工资管理系统
- C#学校考勤系统设计
- asp.net+access网上订餐系统课程设计
- 教材管理系统 C#+SQL 三层架构
- 基于asp.net的排课系统可用于毕业设计
- C#超市进销存管理系统源代码
- C#完成的BBS,
- C#经典第4版 徐敬德(译) 非扫描版
- c# api中文帮助手册
- Mysql.Data.dll_x64_x86所有版本
- C#经典
- 基于c#的p2p文件传输
- 经典C#爱情程序
评论
共有 条评论