PagerStyle.GetNextPageText(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a formatted string for the user interface (UI) element used to navigate to the next page. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
System::String ^ GetNextPageText(int currentPageIndex);
public string GetNextPageText (int currentPageIndex);
member this.GetNextPageText : int -> string
Public Function GetNextPageText (currentPageIndex As Integer) As String
Parameters
- currentPageIndex
- Int32
The index of the current page.
Returns
A formatted string for the user interface (UI) element used to navigate to the next page.
Remarks
Uses the NextPageText property and the one-based current page index passed in to format the string. Used by form adapters.