This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
ClientScriptManager..::.RegisterExpandoAttribute Method
Registers a name/value pair as a custom (expando) attribute of the specified control.

Overload List
|
| Name | Description |
|---|
.gif) | RegisterExpandoAttribute(String, String, String) |
Registers a name/value pair as a custom (expando) attribute of the specified control given a control ID, attribute name, and attribute value.
|
.gif) | RegisterExpandoAttribute(String, String, String, Boolean) |
Registers a name/value pair as a custom (expando) attribute of the specified control given a control ID, an attribute name, an attribute value, and a Boolean value indicating whether to encode the attribute value.
|
Top

See Also