Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.