Page.Navigate

Page.Navigate ( 

number NavigateType )

Example 1

Page.Navigate(PAGE_FIRST);

Navigates to the first page in the application.

Example 2

Page.Navigate(2);

Navigates to the next page in the application (according to the order the pages are listed in the program).

Example 3

Page.Navigate(PAGE_BACKWARD);

Navigates one page "backward" in the user's page-viewing history...i.e. jump to the page the user was on before they came to the current page.

See also:  Related Actions