AutoGeneratedField Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CloneField() | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a duplicate copy of the current DataControlField-derived object.(Inherited from DataControlField.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | ExtractValuesFromCell(IOrderedDictionary^, DataControlFieldCell^, DataControlRowState, Boolean) | Fills the specified IOrderedDictionary object with the values from the specified DataControlFieldCell object.(Overrides BoundField::ExtractValuesFromCell(IOrderedDictionary^, DataControlFieldCell^, DataControlRowState, Boolean).) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Initialize(Boolean, Control^) | Initializes the BoundField object.(Inherited from BoundField.) |
![]() | InitializeCell(DataControlFieldCell^, DataControlCellType, DataControlRowState, Int32) | Initializes the specified TableCell object to the specified row state.(Inherited from BoundField.) |
![]() | ToString() | Returns a string that represents this DataControlField object.(Inherited from DataControlField.) |
![]() | ValidateSupportsCallback() | Determines whether the controls contained in an AutoGeneratedField object support callbacks.(Overrides BoundField::ValidateSupportsCallback().) |
| Name | Description | |
|---|---|---|
![]() ![]() | IStateManager::LoadViewState(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Restores the data control field's previously saved view state.(Inherited from DataControlField.) |
![]() ![]() | IStateManager::SaveViewState() | This API supports the product infrastructure and is not intended to be used directly from your code. Saves the changes made to the DataControlField view state since the time the page was posted back to the server.(Inherited from DataControlField.) |
![]() ![]() | IStateManager::TrackViewState() | This API supports the product infrastructure and is not intended to be used directly from your code. Causes the DataControlField object to track changes to its view state so they can be stored in the control's ViewState property and persisted across requests for the same page.(Inherited from DataControlField.) |



