DataControlField Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| ExtractValuesFromCell | Extracts the value of the data control field from the current table cell and adds the value to the specified IDictionary collection. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| Initialize | Performs basic instance initialization for a data control field. |
| InitializeCell | Adds text or controls to a cell's controls collection. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overridden. Returns a string that represents this DataControlField object. |
| ValidateSupportsCallback | When overridden in a derived class, signals that the controls contained by a field support callbacks. |
| Name | Description | |
|---|---|---|
| CloneField | Creates a duplicate copy of the current DataControlField-derived object. |
| CopyProperties | Copies the properties of the current DataControlField-derived object to the specified DataControlField object. |
| CreateField | When overridden in a derived class, creates an empty DataControlField-derived object. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| LoadViewState | Restores the data source view's previously saved view state. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnFieldChanged | Raises the FieldChanged event. |
| SaveViewState | Saves the changes made to the DataControlField view state since the time the page was posted back to the server. |
| TrackViewState | 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. |
| Name | Description | |
|---|---|---|
| System.Web.UI.IStateManager.LoadViewState | Restores the data control field's previously saved view state. |
| System.Web.UI.IStateManager.SaveViewState | Saves the changes made to the DataControlField view state since the time the page was posted back to the server. |
| System.Web.UI.IStateManager.TrackViewState | 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. |
Community Additions
ADD
Show: