protected void btn_xhchaxun_Click(object sender, EventArgs e)
    {
        DataSet ds = StudentInfo.GetStuInfoByXuehao(tbx_xuehao.Text.Trim());

        grv_stu.DataSource = ds;
        grv_stu.DataBind();
    }