RenderSearchResultRow - Solution Sites Routine

This function prepares the HTML that will render the current record from a Recordset object containing search results.

Definition

Function RenderSearchResultRow(
  rsResult,
  style)

Parameters

  • rsResult
    A Recordset object from which the current record will be used to provide data for the HTML to be constructed.
  • style
    A string containing a space-separated list of "attribute=value" pairs to be passed to the RenderText function as its sAttList parameter, and used as attributes to the FONT element. This string, if non-empty, must begin with a space character.

Return Value

A string containing the HTML that will render the current record from the passed search results Recordset object.

Defined in File

include\catalog.asp

Routines Called

FormatOutput

RenderCategoryLink

RenderProductLink

RenderText

Called By

RenderSearchResults

Copyright © 2005 Microsoft Corporation.
All rights reserved.