This documentation is archived and is not being maintained.
TemplatePagerField Methods
Visual Studio 2010
The TemplatePagerField type exposes the following members.
| Name | Description | |
|---|---|---|
|
CloneField | Infrastructure. Creates a copy of the current object that is derived from DataPagerField. (Inherited from DataPagerField.) |
|
CopyProperties | Copies the properties of the current TemplatePagerField object to the specified DataPagerField object. (Overrides DataPagerField::CopyProperties(DataPagerField).) |
|
CreateDataPagers | Creates the user interface (UI) controls for the pager field object and adds them to the specified container. (Overrides DataPagerField::CreateDataPagers(DataPagerFieldItem, Int32, Int32, Int32, Int32).) |
|
CreateField | Creates and returns a new instance of the TemplatePagerField class. (Overrides DataPagerField::CreateField().) |
|
Equals(Object) | 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. (Inherited from DataPagerField.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
HandleEvent | Handles events that occur in the TemplatePagerField object and performs the appropriate action. (Overrides DataPagerField::HandleEvent(CommandEventArgs).) |
|
LoadViewState | Restores view-state information that was saved previously. (Inherited from DataPagerField.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnFieldChanged | Raises the FieldChanged event. (Inherited from DataPagerField.) |
|
OnPagerCommand | Raises the PagerCommand event. |
|
SaveViewState | Saves the changes that were made to the DataPagerField object's view state. (Inherited from DataPagerField.) |
|
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. (Inherited from DataPagerField.) |
| Name | Description | |
|---|---|---|
|
IStateManager::LoadViewState | Infrastructure. Restores view-state information that was saved previously. (Inherited from DataPagerField.) |
|
IStateManager::SaveViewState | Infrastructure. Saves the changes that were made to the DataPagerField object's view state. (Inherited from DataPagerField.) |
|
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. (Inherited from DataPagerField.) |
Show: