November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
...
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.