ScriptManager::RegisterDataItem Method

 

Sends custom data to controls during partial-page rendering.

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

NameDescription
System_CAPS_pubmethodRegisterDataItem(Control^, String^)

Sends custom data to a control during partial-page rendering.

System_CAPS_pubmethodRegisterDataItem(Control^, String^, Boolean)

Sends custom data to a control during partial-page rendering, and indicates whether the data is in JavaScript Object Notation (JSON) format.

Return to top
Show: