您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->Asp.net房产中介管理系统源码及常用文档>>HouseManage/HouseSalePrint.aspx.cs>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:Asp.net房产中介管理系统源码及常用文档


当前文件路径:HouseManage/HouseManage/HouseSalePrint.aspx.cs 文件类型
普通视图
		            
1//文件名:HouseSalePrint.aspx.cs 2using System; 3using System.Data; 4using System.Configuration; 5using System.Collections; 6using System.Web; 7using System.Web.Security; 8using System.Web.UI; 9using System.Web.UI.WebControls; 10using System.Web.UI.WebControls.WebParts; 11using System.Web.UI.HtmlControls; 12 13public partial class HouseManage_HouseSalePrint : System.Web.UI.Page 14{ 15 private HouseManage_HouseSaleForm MyPrintForm; 16 protected void Page_Load(object sender, EventArgs e) 17 { 18 MyPrintForm = (HouseManage_HouseSaleForm)Context.Handler; 19 this.Label3.Text = MyPrintForm.MyPrint房源编号; 20 if (Session["MyCompanyPhone"] != null) 21 { 22 this.Label2.Text = "联系电话:"+Session["MyCompanyPhone"].ToString(); 23 } 24 if (Session["MyCompanyName"] != null) 25 { 26 this.Label1.Text =Session["MyCompanyName"].ToString()+"出售房源"; 27 } 28 this.Label4.Text = MyPrintForm.MyPrint建成年份; 29 this.Label5.Text = MyPrintForm.MyPrint房屋产权; 30 this.Label6.Text = MyPrintForm.MyPrint建筑面积; 31 this.Label7.Text = MyPrintForm.MyPrint房型物管费; 32 this.Label8.Text = MyPrintForm.MyPrint家电家私; 33 this.Label9.Text = MyPrintForm.MyPrint配套设施; 34 } 35} 36
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:Asp.net房产中介管理系统源码及常用文档

- 多功能在线考试系统源码

- 三只熊网络商城1.3

- 成幻(CHSNS#)SNS1.22版源码

- 达达ASP.NET企业信息管理系统..

- hww企业网站实用源码 V2.0

- 明日Asp.net销售管理系统源码

- MyWebPages51aspx汉化最终版

- DotNetTextBox V3.0 所见即所..

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号