您目前尚未登陆,请选择【登陆】或【注册
首页->全站代码->达达ASP.NET企业信息管理系统>>About.aspx.cs>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:达达ASP.NET企业信息管理系统


当前文件路径:DaDaEnterprise/About.aspx.cs 文件类型
普通视图
		            
1using System; 2using System.Collections; 3using System.Configuration; 4using System.Data; 5using System.Web; 6using System.Web.Security; 7using System.Web.UI; 8using System.Web.UI.HtmlControls; 9using System.Web.UI.WebControls; 10using System.Web.UI.WebControls.WebParts; 11//下载自51aspx.com 12//源码下载及讨论地址:http://www.51aspx.com/CV/DaDaEnterprise 13 14public partial class About : System.Web.UI.Page 15{ 16 protected void Page_Load(object sender, EventArgs e) 17 { 18 if (!IsPostBack) 19 { 20 Title = ConfigurationManager.AppSettings["Web"] + " - 公司简介"; 21 string about = "select * from [about] where id = 1"; 22 DataTable Dt = DataAccess.GetDataTable(about); 23 24 Label1.Text = Dt.Rows[0]["about"].ToString(); 25 } 26 } 27} 28
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:达达ASP.NET企业信息管理系统

- 大众小说网Beta版全站项目源码

- GridView嵌套应用实例

- 我的图书管理网站源码

- NetFocus最新版源代码(51asp..

- 拖动的个性化网页布局源码(Ajax)

- asp.net版ucenter接口程序源码

- 简单用户管理源码(入门级)

- Asp.net2.0水晶报表(Crystal..

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