formRenderPagingButtons - Solution Sites Routine

This function prepares the HTML that will render paging buttons. These buttons are wrapped in a form that gets posted when a paging button is clicked.

Definition

Function formRenderPagingButtons(
  byVal sAction,
  byVal sSubAction,
  byVal iPageNumber,
  byVal iTotalPages,
  byVal bRequiresLastPageCtrl)

Defined in File

services\include\render_common.asp

Routines Called

RenderForm

RenderHiddenField

RenderSubmitButton

RenderTextBox

sReConstructPageURL

Called By

tableRenderFooterInfo

Copyright © 2005 Microsoft Corporation.
All rights reserved.