コード例 #1
0
ファイル: ScheduleList.aspx.cs プロジェクト: wooln/AK47Source
 protected void btnSearch_Click(object sender, EventArgs e)
 {
     this.bindingControl.CollectData(true);
     this.QueryCondition = this.bindingControl.Data as SimpleScheduleCondition;
     this.InnerRefreshList();
 }
コード例 #2
0
		protected void btnSearch_Click(object sender, EventArgs e)
		{
			this.bindingControl.CollectData(true);
			this.QueryCondition = this.bindingControl.Data as SimpleScheduleCondition;
			this.InnerRefreshList();
		}