PagerStyle.GetPreviousPageText(Int32) Method

Definition

Returns a formatted string for the UI element used to navigate to the previous 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 ^ GetPreviousPageText(int currentPageIndex);
public string GetPreviousPageText (int currentPageIndex);
member this.GetPreviousPageText : int -> string
Public Function GetPreviousPageText (currentPageIndex As Integer) As String

Parameters

currentPageIndex
Int32

The index of the current page.

Returns

A formatted string for the UI element used to navigate to the previous page.

Remarks

Uses the PreviousPageText property and the one-based current page index passed in to format the string. Used by form adapters.

Applies to

See also