rowRenderReadOnlyProperty - Solution Sites Routine

This function prepares the HTML that will render a row in a table that corresponds to a read-only property. This row contains three cells: blank, the display name, and the value, respectively.

An INPUT element of with TYPE attribute set to "HIDDEN" is also added, which also includes the field name and value as the values of the NAME and VALUE attributes, respectively.

Definition

Function rowRenderReadOnlyProperty(
  byVal sAction,
  byVal sSubAction,
  byVal oProperty,
  byVal bValidPostedValues,
  byVal sProfileIDs,
  byVal rsProfile)

Defined in File

services\include\render_edit_common.asp

Routines Called

cellRenderReadOnlyProperty

iGetCountOfProfiles

varGetValueFromRequestObject

Called By

tableRenderBlankProfile

tableRenderProfiles

Remarks

This function is used only by Partner and/or Customer Services.

Copyright © 2005 Microsoft Corporation.
All rights reserved.