ScriptManager.RegisterHiddenField Method

 

Registers a hidden field.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRegisterHiddenField(Control, String, String)

Registers a hidden field with the ScriptManager control for a control that is inside an UpdatePanel control.

System_CAPS_pubmethodSystem_CAPS_staticRegisterHiddenField(Page, String, String)

Registers a hidden field with the ScriptManager control during every asynchronous postback.

Return to top
Show: