A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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