This documentation is archived and is not being maintained.
ScriptManager::RegisterDataItem Method
Visual Studio 2008
Sends custom data to controls during partial-page rendering.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RegisterDataItem(Control, String) | Sends custom data to a control during partial-page rendering. |
|
RegisterDataItem(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. |
Show: