username@email.com
2025-07-29 f18321673dbccc5d067fe02ce2e9e8f09ed881f5
CY_ECommercePlatform/CY.WebForm/Pages/business/AgOrderProduction.aspx.cs
@@ -172,7 +172,15 @@
        /// <param name="e"></param>
        private void AspNetPager_PageChanged(object sender, EventArgs e)
        {
            UCPager1.AspNetPager.PageSize = 25;
            if(this.selOrderStates.Value == "2")
            {
                UCPager1.AspNetPager.PageSize = 1000;
            }
            else
            {
                UCPager1.AspNetPager.PageSize = 25;
            }
            Infrastructure.Query.Pagination pagination = new Infrastructure.Query.Pagination()
            {