DataPagerFieldCollection::Add Method (DataPagerField^)
.NET Framework (current version)
Appends the specified DataPagerField object to the collection.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- field
-
Type:
System.Web.UI.WebControls::DataPagerField^
The object to append to the collection.
The DataPagerField object is added to the end of the collection.
The following example shows how to use the Add method to add a NextPreviousPagerField object to a DataPager control.
.NET Framework
Available since 3.5
Available since 3.5
Show: