protected void BindCollege(int id) { colege = new College(); Repeater2.DataSource = colege.GetCollegeDetails(id); Repeater2.DataBind(); }