RenderHiddenField - Solution Sites Routine
This function prepares the HTML that will render an INPUT element for which the TYPE attribute has been given a value of "HIDDEN", and for which other attribute values are supplied by the parameters.
Definition
Function RenderHiddenField(
byVal sName,
byVal sValue)
Parameters
- sName
A string containing a value to be assigned to the NAME attribute. - sValue
A string containing a value to be assigned to the VALUE attribute.
Return Value
A string containing the HTML that represents the specified hidden INPUT element.
Defined in File
Routines Called
None.
Called By
formRenderChangePasswordPageContents
formRenderProfileSearchOptions
htmRenderPaymentOptionsForUser
tableRenderMessageBoxPageButtons
Copyright © 2005 Microsoft Corporation.
All rights reserved.