03Del.ashx 数据库里定义个BOOL型,TRUE表示正常FALSE表示删除 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Web; namespace AspNetAshx { /// <summary> /// 班级删除页面 /// </summary> public class _0…
using System; using System.Collections.Generic; using System.Linq; using System.Web; using WebHelper; namespace AspxWebForm { /// <summary> /// 删除班级 /// </summary> public class _02Del : IHttpHandler { public void ProcessRequest(HttpContext con…