Documentation for this section has not yet been entered.
When the PagerSettings.Mode property is set to the PagerButtons.NumericFirstLast or PagerButtons.NextPrevious value, use the PagerSettings.NextPageImageUrl property to specify the URL to an image to display for the next-page button.
As an alternative, you can simply display text for the next-page button by setting the PagerSettings.NextPageText property instead of the PagerSettings.NextPageImageUrl property. If the PagerSettings.NextPageImageUrl and PagerSettings.NextPageText properties are both set, the image is displayed with the PagerSettings.NextPageText property acting as the alternate text for the image. On browsers that support ToolTips, this text is also displayed as a ToolTip for the corresponding button.
The value of this property is stored in view state.