Esempio n. 1
0
 protected void chkLocationList_SelectedIndexChanged(object sender, EventArgs e)
 {
     RoomDS.SelectCommand = Utility.FilterQuery(chkLocationList);
     RoomDS.DataBind();
     EventScheduler.Rebind();
 }