PagePorter Class Library

FpLinkBar.WriteBackNextButtons Method 

Writes the "Back" and "Next" links to the output stream.

[Visual Basic]
Protected Sub WriteBackNextButtons( _
   ByVal output As HtmlTextWriter, _
   ByVal pageID As Integer, _
   ByVal linkBarID As Integer _
)
[C#]
protected void WriteBackNextButtons(
   HtmlTextWriter output,
   int pageID,
   int linkBarID
);

Parameters

output
The HtmlTextWriter object that receives the menu item for output.
pageID
The page ID of the reference page.
linkBarID
The page ID of the custom link bar, or -1.

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace