protected void btn_AddSimple_Click(object sender, EventArgs e) { int stuId = StudentBusiness.AddStudentForId(); Response.Redirect("./CheckAffairList_zdtsqk_Add.aspx?Id=" + stuId + "&IsNew=1"); }