public void DataBindList(string time, string course) { GridView1.DataSource = bm.BusyworkCheck(course, time); GridView1.DataBind(); }