Exemplo n.º 1
0
 protected void LinkBtnDel_Click(object sender, EventArgs e)
 {
     int Tid = Int32.Parse(Request.QueryString["Tid"].ToString());
     LearnSite.BLL.Typer typebll = new LearnSite.BLL.Typer();
     typebll.Delete(Tid);
     System.Threading.Thread.Sleep(1000);
     string url = "~/Teacher/typer.aspx";
     Response.Redirect(url, false);
 }
Exemplo n.º 2
0
    protected void LinkBtnDel_Click(object sender, EventArgs e)
    {
        int Tid = Int32.Parse(Request.QueryString["Tid"].ToString());

        LearnSite.BLL.Typer typebll = new LearnSite.BLL.Typer();
        typebll.Delete(Tid);
        System.Threading.Thread.Sleep(1000);
        string url = "~/Teacher/typer.aspx";

        Response.Redirect(url, false);
    }