HyperLinkColumn Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from 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. |
| InitializeCell | Overridden. Initializes the cell representing this column with the contained hyperlink. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns the string representation of the column. (inherited from DataGridColumn) |
| Name | Description | |
|---|---|---|
| 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 a data-bound URL using the format specified by the DataNavigateUrlFormatString property. |
| FormatDataTextValue | Formats a data-bound text caption using the format specified by the DataTextFormatString property. |
| LoadViewState | Loads the state of the DataGridColumn object. (inherited from DataGridColumn) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnColumnChanged | Calls the DataGridDesigner.OnColumnsChanged method. (inherited from DataGridColumn) |
| SaveViewState | Saves the current state of the DataGridColumn object. (inherited from DataGridColumn) |
| TrackViewState | Causes tracking of view-state changes to the server control so they can be stored in the server control's System.Web.UI.StateBag object. (inherited from DataGridColumn) |
Reference
HyperLinkColumn ClassSystem.Web.UI.WebControls Namespace
DataGridColumn
DataGridColumnCollection
DataGrid
HyperLink
BoundColumn
ButtonColumn
EditCommandColumn
TemplateColumn
Other Resources
Securing Standard ControlsHow to: Protect Against Script Exploits in a Web Application by Applying HTML Encoding to Strings
Introduction to Validating User Input in ASP.NET Web Pages
Community Additions
ADD
Show: