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

Does anyone have an exxample of how to use the PagingControl in episerver and bind this to an existing pagelist?

Vote:
 
Hi, Does anyone have an exxample of how to use the PagingControl in episerver and bind this to an existing pagelist? plz help me out to solve this problem Regards, Manjunath.G.B
#13105
Jul 02, 2007 11:35
Vote:
 
EPiServer.WebControls.PagingControl customPaging = new EPiServer.WebControls.PagingControl(); customPaging.NextPagingItemText = Translate("/templates/common/next"); customPaging.PrevPagingItemText = Translate("/templates/common/previous"); customPaging.PagesPerPagingItem = 10; customPaging.CssClassPagingContainer = "pagingcontainerwide"; customPaging.CssClassSelected = "pagingselected"; MyPageList.PagingControl = customPaging; MyPageList.Pagin = true; /Jonas
#15422
Jul 03, 2007 15:15
* 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.