HyperLinkField 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. (inherited from DataControlField) |
| 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 HyperLinkField object. |
| InitializeCell | Overridden. Initializes a cell in a HyperLinkField object. |
| 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. Indicates that the controls contained by the HyperLinkField 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 HyperLinkField object to the specified object. |
| CreateField | Overridden. Returns a new instance of the HyperLinkField 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) |
| FormatDataNavigateUrlValue | Formats the navigation URL using the format string specified by the DataNavigateUrlFormatString property. |
| FormatDataTextValue | Formats the caption text using the format string specified by the DataTextFormatString property. |
| 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) |
| 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
HyperLinkField ClassSystem.Web.UI.WebControls Namespace
GridView
GridView.Columns Property
GridView.ShowHeader Property
DetailsView
DetailsView.Fields Property
BoundField
ButtonField
ButtonFieldBase
CheckBoxField
CommandField
DataControlField
TemplateField
DataNavigateUrlFields
DataNavigateUrlFormatString
DataTextField
DataTextFormatString
NavigateUrl
Target
Text
DataControlField.Visible Property
Community Additions
ADD
Show: