AddAttributesToRender (inherited from BaseCompareValidator) | |
AddParsedSubObject (inherited from Label) | |
BuildProfileTree (inherited from Control) | |
CheckControlValidationProperty (inherited from BaseValidator) |
Helper function that verifies whether the specified control is on the page and contains validation properties.
|
ClearChildViewState (inherited from Control) |
Deletes the view-state information for all the server control's child controls.
|
ControlPropertiesValid (inherited from BaseValidator) |
Helper function that determines whether the control specified by the ControlToValidate property is a valid control.
|
CreateChildControls (inherited from Control) |
Notifies server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
CreateControlCollection (inherited from Control) |
Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control.
|
CreateControlStyle (inherited from WebControl) |
Creates the style object that is used internally by the WebControl class to implement all style related properties. This method is used primarily by control developers.
|
DetermineRenderUplevel (inherited from BaseCompareValidator) | |
EnsureChildControls (inherited from Control) |
Determines whether the server control contains child controls. If it does not, it creates child controls.
|
EvaluateIsValid (inherited from BaseValidator) |
When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
|
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
|
FindControl (inherited from Control) | Overloaded. |
GetControlRenderID (inherited from BaseValidator) |
Gets the client ID of the specified control.
|
GetControlValidationValue (inherited from BaseValidator) |
Gets the value associated with the specified input control.
|
IsLiteralContent (inherited from Control) |
Determines if the server control holds only literal content.
|
LoadViewState (inherited from Label) | |
MapPathSecure (inherited from Control) |
Retrieves the physical path that a virtual path, either absolute or relative, maps to.
|
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object.
|
OnBubbleEvent (inherited from Control) |
Determines whether the event for the server control is passed up the page's UI server control hierarchy.
|
OnDataBinding (inherited from Control) |
Raises the DataBinding event.
|
OnInit (inherited from BaseValidator) | |
OnLoad (inherited from Control) |
Raises the Load event.
|
OnPreRender | Ons the pre render. |
OnUnload (inherited from BaseValidator) | |
RaiseBubbleEvent (inherited from Control) |
Assigns any sources of the event and its information to the control's parent.
|
RegisterValidatorCommonScript (inherited from BaseValidator) |
Registers code on the page for client-side validation.
|
RegisterValidatorDeclaration (inherited from BaseValidator) |
Registers an ECMAScript array declaration using the array name, Page_Validators.
|
Render (inherited from BaseValidator) | |
RenderChildren (inherited from Control) |
Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
|
RenderContents (inherited from Label) | |
SaveViewState (inherited from WebControl) | |
TrackViewState (inherited from WebControl) | |