PagerStyle::GetNextPageText Method (Int32)

 

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 the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
String^ GetNextPageText(
	int currentPageIndex
)

Parameters

currentPageIndex
Type: System::Int32

The index of the current page.

Return Value

Type: System::String^

A formatted string for the user interface (UI) element used to navigate to the next page.

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

.NET Framework
Available since 1.1
Return to top
Show: