ImageField 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 | Overridden. Fills the specified IOrderedDictionary object with the values from the specified DataControlFieldCell object. |
| 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 | Overridden. Initializes the ImageField object. |
| InitializeCell | Overridden. Initializes the specified DataControlFieldCell object with the specified cell type, row state, and row index. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a string that represents this DataControlField object. (inherited from DataControlField) |
| ValidateSupportsCallback | Overridden. Determines whether the controls contained in an ImageField object support callbacks. |
| Name | Description | |
|---|---|---|
| CloneField | Creates a duplicate copy of the current DataControlField-derived object. (inherited from DataControlField) |
| CopyProperties | Overridden. Copies the properties of the current ImageField object to the specified object. |
| CreateField | Overridden. Returns a new instance of the ImageField class. |
| 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) |
| FormatImageUrlValue | Applies the format specified by the DataImageUrlFormatString property to a field value. |
| GetDesignTimeValue | Retrieves the value used for a field's value when rendering the ImageField object in a designer. |
| GetFormattedAlternateText | Applies the format specified by the DataAlternateTextFormatString property to the alternate text value contained in the specified Control object. |
| GetValue | Retrieves the value of the specified field from the specified control. |
| InitializeDataCell | Initializes the specified DataControlFieldCell object with the specified row state. |
| LoadViewState | Restores the data source view's previously saved view state. (inherited from DataControlField) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnDataBindField | Binds the value of a field to the ImageField object. |
| OnFieldChanged | Raises the FieldChanged event. (inherited from DataControlField) |
| SaveViewState | Saves the changes made to the DataControlField view state since the time the page was posted back to the server. (inherited from DataControlField) |
| 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. (inherited from DataControlField) |
Reference
ImageField ClassSystem.Web.UI.WebControls Namespace
GridView
GridView.Columns Property
DetailsView
DetailsView.Fields Property
BoundField
ButtonField
CheckBoxField
CommandField
HyperLinkField
TemplateField
AlternateText
DataAlternateTextField
DataAlternateTextFormatString
DataImageUrlField
DataImageUrlFormatString
NullDisplayText
NullImageUrl
Community Additions
ADD
Show: