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


当前文件路径:HouseManage/HouseManage/HouseLeasePrint.aspx.cs 文件类型
普通视图
		            
1//文件名:HouseLeasePrint.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_HouseLeasePrint : System.Web.UI.Page 14{ 15 private HouseManage_HouseLeaseForm MyPrintForm; 16 protected void Page_Load(object sender, EventArgs e) 17 { 18 MyPrintForm =(HouseManage_HouseLeaseForm)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房产中介管理系统源码及常用文档

- Web图片管理系统代码

- 银行模拟登陆系统源码

- 精美的WEB在线文件管理源码

- 起点9 V2.0小说整站系统源码

- 南充人NET文章系统开源版

- 三层新闻发布管理系统源码

- 利用HttpHander生成HTML页的实例

- 入门级的投票系统源码

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