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.
...
In Codebehind:
EPiServer.WebControls.PagingControl customPaging = new EPiServer.WebControls.PagingControl();
customPaging.NextPagingItemText = "Next";
customPaging.PrevPagingItemText = "Previous";
myList.PagingControl = customPaging;
myList.DataBind();
See the SDK for all available PagingControl properties.