This topic has not yet been rated - Rate this topic

ClientScriptManager.RegisterExpandoAttribute Method

Registers a name/value pair as a custom (expando) attribute of the specified control.
Name Description
ClientScriptManager.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.
ClientScriptManager.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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.