This documentation is archived and is not being maintained.
DataPagerField Members
Visual Studio 2008
Serves as the base class for data pager field types, which represent a navigation control for the DataPager control.
The DataPagerField type exposes the following members.
| Name | Description | |
|---|---|---|
|
CloneField | Infrastructure. Creates a copy of the current object that is derived from DataPagerField. |
|
CopyProperties | Copies the properties of the current object derived from DataPagerField to the specified DataPagerField object. |
|
CreateDataPagers | When overridden in a derived class, creates the user interface (UI) controls for the data pager field object and adds them to the specified container. |
|
CreateField | When overridden in a derived class, creates an empty object that is derived DataPagerField. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetQueryStringNavigateUrl | Creates a URL that contains a query string field that has the specified page number. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
HandleEvent | When overridden in a derived class, handles events that occur in the data pager field object. |
|
LoadViewState | Restores view-state information that was saved previously. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnFieldChanged | Raises the FieldChanged event. |
|
SaveViewState | Saves the changes that were made to the DataPagerField object's view state. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
TrackViewState | Causes the DataPagerField object to track changes to its view state so that they can be stored in the control's ViewState property and persisted across requests for the same page. |
| Name | Description | |
|---|---|---|
|
DataPager | Gets a reference to the data pager that the DataPagerField object is associated with. |
|
IsTrackingViewState | Gets a value that indicates whether the DataPagerField object is tracking its view-state changes. |
|
QueryStringHandled | Gets or sets a value that indicates whether the query string field has been evaluated. |
|
QueryStringValue | Gets the value of the query string field from the URL of the request. |
|
ViewState | Gets a dictionary of state information that enables you to save and restore the view state of a DataPagerField object across multiple requests for the same page. |
|
Visible | Gets or sets a value that indicates whether a data pager field is rendered. |
| Name | Description | |
|---|---|---|
|
IStateManager::IsTrackingViewState | Infrastructure. Gets a value that indicates whether the DataPagerField object is tracking its view-state changes. |
|
IStateManager::LoadViewState | Infrastructure. Restores view-state information that was saved previously. |
|
IStateManager::SaveViewState | Infrastructure. Saves the changes that were made to the DataPagerField object's view state. |
|
IStateManager::TrackViewState | Infrastructure. Causes the DataPagerField object to track changes to its view state so that they can be stored in the control's ViewState property and persisted across requests for the same page. |
Show: