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


当前文件路径:DaDaEnterprise/Admin/Admin_Class.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//源码下载及讨论地址:http://www.51aspx.com/CV/DaDaEnterprise 12public partial class Admin_Admin_Class : System.Web.UI.Page 13{ 14 protected void Page_Load(object sender, EventArgs e) 15 { 16 DataAccess.IsAdmin(); 17 if (!IsPostBack) 18 { 19 string sql = "select * from [Class] order by Sort"; 20 Repeater1.DataSource = DataAccess.GetDataSet(sql); 21 Repeater1.DataBind(); 22 } 23 } 24 25 protected void Del_Click(object sender,CommandEventArgs e) 26 { 27 string id = e.CommandName; 28 string sql = "delete from [Class] where id=" + id; 29 if (DataAccess.ExecuteCmd(sql) > 0) 30 { 31 Response.Redirect("./Admin_Class.aspx"); 32 } 33 Response.Write("<scripr>alert('删除失败!');</script>"); 34 } 35} 36
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:达达ASP.NET企业信息管理系统

- 易联多用户Blog网站程序源码..

- LiveBlog v1.0测试版源码

- 仿迅雷博客弹出登录窗口

- APTECH客户关系管理系统源码

- 内文广告管理系统V1.1版源码

- 精美的WEB在线文件管理(狐狸..

- 某学院仿百渡贴吧源码

- 易想商城v3.0免安装(51aspx调..

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