UpdatePanel.IAttributeAccessor.SetAttribute Method (String, String)
.NET Framework (current version)
Sets the value of the specified control attribute.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Private Sub SetAttribute ( key As String, value As String ) Implements IAttributeAccessor.SetAttribute
Parameters
- key
-
Type:
System.String
The name of the attribute to set.
- value
-
Type:
System.String
The value of the attribute to set.
This member is an explicit interface member implementation. It can be used only when the UpdatePanel instance is cast to an IAttributeAccessor interface.
.NET Framework
Available since 4.0
Available since 4.0
Show: