diff --git a/NKC_WF/WebUserControls/cmp_BP_sheetList.ascx b/NKC_WF/WebUserControls/cmp_BP_sheetList.ascx index 1ca5844..f151502 100644 --- a/NKC_WF/WebUserControls/cmp_BP_sheetList.ascx +++ b/NKC_WF/WebUserControls/cmp_BP_sheetList.ascx @@ -2,7 +2,7 @@ - + diff --git a/NKC_WF/WebUserControls/cmp_BP_sheetList.ascx.cs b/NKC_WF/WebUserControls/cmp_BP_sheetList.ascx.cs index 8ed031a..9ae439f 100644 --- a/NKC_WF/WebUserControls/cmp_BP_sheetList.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_BP_sheetList.ascx.cs @@ -291,5 +291,10 @@ namespace NKC_WF.WebUserControls } #endregion Private Methods + + protected void grView_PageIndexChanged(object sender, EventArgs e) + { + updateMongoData(BatchId, BunkId); + } } } \ No newline at end of file