- Simple postback
- Show or hide buttons
- Custom info section
- Repeater paging
- DataList paging
- Url paging
- Url rewriting
- Reversing page index
- N tier application
- XML file as data source
- Photo viewer
- AccessDataSource paging
- SqlDataSource paging
- ObjectDataSource paging
- Customized rendering
- Using image buttons
- Search result paging
- Search result url paging
- Clone AspNetPager
- Using page index box
- Customize navigation buttons
- Paging within user control
- UpdatePanel supporting
- CurrentPageButtonPosition
- Using table layout
- Image submit button
- Get page size from url
- Applying css styles
- Using GoToPage method
- PagingButtonLayoutType
- Classes:
- Properties:
- AlwaysShow property
- AlwaysShowFirstLastPageNumber property
- BackImageUrl property
- ButtonImageAlign property
- ButtonImageExtension property
- ButtonImageNameExtension property
- CloneFrom property
- CpiButtonImageNameExtension property
- CssClass property
- CurrentPageButtonClass property
- CurrentPageButtonPosition property
- CurrentPageButtonStyle property
- CurrentPageButtonTextFormatString property
- CurrentPageIndex property
- CustomInfoClass property
- CustomInfoHTML property
- CustomInfoSectionWidth property
- CustomInfoStyle property
- CustomInfoTextAlign property
- DisabledButtonImageNameExtension property
- EnableTheming property
- EnableUrlRewriting property
- EndRecordIndex property
- FirstPageText property
- FirstPageUrlRewritePattern property
- HorizontalAlign property
- ImagePath property
- InvalidPageIndexErrorMessage property
- LastPageText property
- LayoutType property
- MoreButtonType property
- NavigationButtonsPosition property
- NavigationButtonType property
- NavigationToolTipTextFormatString property
- NextPageText property
- NumericButtonCount property
- NumericButtonTextFormatString property
- NumericButtonType property
- PageCount property
- PageIndexBoxClass property
- PageIndexBoxStyle property
- PageIndexBoxType property
- PageIndexOutOfRangeErrorMessage property
- PageSize property
- PagesRemain property
- PagingButtonLayoutType property
- PagingButtonSpacing property
- PagingButtonType property
- PrevPageText property
- RecordCount property
- RecordsRemain property
- ReverseUrlPageIndex property
- ShowBoxThreshold property
- ShowCustomInfoSection property
- ShowDisabledButtons property
- ShowFirstLast property
- ShowMoreButtons property
- ShowNavigationToolTip property
- ShowPageIndex property
- ShowPageIndexBox property
- ShowPrevNext property
- SkinID property
- StartRecordIndex property
- SubmitButtonClass property
- SubmitButtonImageUrl property
- SubmitButtonStyle property
- SubmitButtonText property
- TextAfterPageIndexBox property
- TextBeforePageIndexBox property
- UrlPageIndexName property
- UrlPageSizeName property
- UrlPaging property
- UrlPagingTarget property
- UrlRewritePattern property
- Methods:
- Events:
- Enums:
- Delegates:
AlwaysShow property
Gets or sets a value indicating whether AspNetPager is always shown even there's only one page of data. The default value is false.C# Syntax:
public bool AlwaysShow {get; set;}