private void HienThiDanhSach() { string congty = Session["congty"].ToString(); GridView1.DataSource = dal.QryUser(congty); GridView1.DataBind(); }