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.FirstPagingItemText = "";
customPaging.LastPagingItemText = "";
myList.PagingControl = customPaging;
myList.DataBind();
Still wondering how to disable the numbering...any ideas?