Take the community feedback survey now.
                AI OnAI Off
            
        Take the community feedback survey now.
 
                
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
                        