AI OnAI Off
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?