.netCHARTING v10.5 Documentation


RegisterHiddenField Method
Injects a hidden field into the page
Syntax
'Declaration
 
Public Sub RegisterHiddenField( _
   ByVal control As Control, _
   ByVal hiddenFieldName As String, _
   ByVal hiddenFieldInitialValue As String _
) 
'Usage
 
Dim instance As ClientScriptProxy
Dim control As Control
Dim hiddenFieldName As String
Dim hiddenFieldInitialValue As String
 
instance.RegisterHiddenField(control, hiddenFieldName, hiddenFieldInitialValue)
public void RegisterHiddenField( 
   Control control,
   string hiddenFieldName,
   string hiddenFieldInitialValue
)

Parameters

control
hiddenFieldName
hiddenFieldInitialValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also