protected void databind_clg() { DataSet ds = bl.get_clg(); GridView1.DataSource = ds; GridView1.DataBind(); }