Click or drag to resize
ScriptHelperRegisterHiddenField Method (Control, String, String)
Registers the hidden field to a page

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static void RegisterHiddenField(
	Control ctrl,
	string name,
	string value
)

Parameters

ctrl
Type: System.Web.UIControl
Control
name
Type: SystemString
Field name
value
Type: SystemString
Field value
See Also