protected void btnSearch_Click(object sender, EventArgs e)
 {
     this.bindingControl.CollectData(true);
     this.QueryCondition = this.bindingControl.Data as SimpleScheduleCondition;
     this.InnerRefreshList();
 }
		protected void btnSearch_Click(object sender, EventArgs e)
		{
			this.bindingControl.CollectData(true);
			this.QueryCondition = this.bindingControl.Data as SimpleScheduleCondition;
			this.InnerRefreshList();
		}