November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
EPiServer.WebControls.PagingControl customPaging = new EPiServer.WebControls.PagingControl();
customPaging.NextPagingItemText = Translate("/templates/common/next");
customPaging.PrevPagingItemText = Translate("/templates/common/previous");
customPaging.PagesPerPagingItem = 10;
customPaging.CssClassPagingContainer = "pagingcontainerwide";
customPaging.CssClassSelected = "pagingselected";
MyPageList.PagingControl = customPaging;
MyPageList.Pagin = true;
/Jonas