rowRenderProperty - Solution Sites Routine
This function prepares the HTML that will render a row in a table that corresponds to a property that is accessible to the current user. This row contains three cells: either an image or a checkbox, the display name, and the value, respectively.
An additional row is added if there is an error associated with the property. This second row contains three cells: two blank cells followed by a cell in which a validation failure message can be displayed.
Definition
Function rowRenderProperty(
byVal sAction,
byVal sSubAction,
byVal oProperty,
byVal listProfileSchema,
byVal bValidPostedValues,
byVal rsProfile,
byVal sProfileIDs,
byVal bDisplayPostedValues)
Defined in File
services\include\render_edit_common.asp
Routines Called
Called By
Remarks
This function is used only by Partner and/or Customer Services.
Copyright © 2005 Microsoft Corporation.
All rights reserved.