DataPager.IAttributeAccessor.SetAttribute Method (String, String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Sets an attribute of the DataPager control with the specified name and value.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Private Sub SetAttribute ( name As String, value As String ) Implements IAttributeAccessor.SetAttribute
Parameters
- name
-
Type:
System.String
The name of the attribute to set.
- value
-
Type:
System.String
The value of the attribute.
This member is an explicit interface member implementation. It can be used only when the DataPager instance is cast to an IAttributeAccessor interface.
.NET Framework
Available since 3.5
Available since 3.5
Show: