Share via


Visual InterDev

       

Allows you to use the navigation structure of a different page to generate the navigation bar links for the PageNavbar control. Available at design time.

Settings

The settings for AlternatePage are:

Setting Description
(none) Specifies that the PageNavbar control uses the navigation structure of the current page to generate navigation bar links.
filename Specifies a different .htm or .asp file to use to generate the navigation bar links for the current page.

Remarks

You can set this property in the Alternate page text box on the Advanced Tab of the PageNavbar Properties dialog box.

If this property has a value, it sets the VALUE attribute for the <PARAM> tag whose NAME attribute is "AlternatePage."

Note   This property accepts only project relative URLs. For example, if you choose to use the navigation structure of default.asp to generate navigation bar links, you would enter default.asp rather than /default.asp.