London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Disable FirstPagingItem and LastPagingItem in the PagingControl used in EPiServer:PageSearch

Vote:
 
Hi. Is there any way to disable the FirstPagingItem and LastPagingItem in the PagingControl that is used in the EPiServer:PageSearch? I only want to use the NextPagingItem and the PrevPagingItem in the PagingControl. BR, Tore
#12879
Dec 20, 2006 16:24
Vote:
 
I did like this: 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?
#15031
Mar 20, 2008 14:19
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.