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


当前文件路径:DaDaEnterprise/Admin/Admin_Config.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 12public partial class Admin_Admin_Config : System.Web.UI.Page 13{ 14 protected void Page_Load(object sender, EventArgs e) 15 { 16 string sql = "select * from [about] where id = 1"; 17 DataTable Dt = DataAccess.GetDataTable(sql); 18 if (!IsPostBack) 19 { 20 FCKeditor1.Value = Dt.Rows[0]["about"].ToString(); 21 FCKeditor2.Value = Dt.Rows[0]["my"].ToString(); 22 } 23 } 24 25 protected void Sub_Click(object sender, EventArgs e) 26 { 27 string sql = "update [about] set about='" + FCKeditor1.Value + "',my='" 28 + FCKeditor2.Value + "' where id = 1"; 29 if (DataAccess.ExecuteCmd(sql) > 0) 30 { 31 Response.Write("<script>alert('修改成功!');location.href='./Admin_Config.aspx'</script>"); 32 } 33 else Response.Write("<script>alert('修改失败!');</script>"); 34 } 35} 36
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:达达ASP.NET企业信息管理系统

- HeroBeastControls的NavMenu..

- 小伟内部邮件收发系统源码

- Asp.net学生信息管理系统源码

- 单用户Blog程序源码(VS2008)

- 晚晚网上书店系统源码

- Asp.net简单网上商店源码

- 某国企综合资源管理系统源码

- Asp.net在线压缩解压简单实例..

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