Exemplo n.º 1
0
    protected void btn_delete_Click(object sender, EventArgs e)
    {
        int id = SiteAbout.gInt("id");

        bll.Delete(id);
        Response.Redirect("./tbl_xueyuan.aspx");
    }