示例#1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!Page.IsPostBack)
     {
         Maticsoft.BLL.sys_Online bll=new Maticsoft.BLL.sys_Online();
         if (Request.Params["id"] != null && Request.Params["id"].Trim() != "")
         {
             int OnlineID=(Convert.ToInt32(Request.Params["id"]));
         bll.Delete(OnlineID);
         }
     }
 }
示例#2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!Page.IsPostBack)
     {
         Maticsoft.BLL.sys_Online bll = new Maticsoft.BLL.sys_Online();
         if (Request.Params["id"] != null && Request.Params["id"].Trim() != "")
         {
             int OnlineID = (Convert.ToInt32(Request.Params["id"]));
             bll.Delete(OnlineID);
         }
     }
 }