AddAttributesToRender(HtmlTextWriter)
protected
|
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriterTag. This method is used primarily by control developers.
|
AddedControl(Control, Int32)
protected
|
Called after a child control is added to the Controls collection of the Control object.
|
AddParsedSubObject(Object)
protected
|
Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control’s ControlCollection object.
|
ApplyStyle(Style)
|
Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers.
|
ApplyStyleSheetSkin(Page)
|
Applies the style properties defined in the page style sheet to the control.
|
AreEditorsValid(Control, Boolean)
static
|
Verifies whether the editors in the specified container are valid.
|
AreEditorsValid(Control, String, Boolean)
static
|
Verifies whether the editors with the specified settings are valid.
|
AreEditorsValid(Control, String)
static
|
Verifies whether visible editors with the specified settings are valid.
|
AreEditorsValid(Control)
static
|
Verifies whether visible editors with the specified settings are valid.
|
BeginRenderTracing(TextWriter, Object)
protected
|
Begins design-time tracing of rendering data.
|
BuildProfileTree(String, Boolean)
protected
|
Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page.
|
ClearCachedClientID()
protected
|
Sets the cached ClientID value to null .
|
ClearChildControlState()
protected
|
Deletes the control-state information for the server control’s child controls.
|
ClearChildState()
protected
|
Deletes the view-state and control-state information for all the server control’s child controls.
|
ClearChildViewState()
protected
|
Deletes the view-state information for all the server control’s child controls.
|
ClearEditorsInContainer(Control, Boolean)
static
|
Assigns a null value to all editors which are located within the specified container object, dependent on the visibility state specified.
|
ClearEditorsInContainer(Control, String, Boolean)
static
|
Assigns a null value to all editors which are located within the specified container object and belong to a specific validation group, depending upon their visibility state specified.
|
ClearEditorsInContainer(Control, String)
static
|
Assigns a null value to all visible editors that are located within the specified container object and belong to a specific validation group.
|
ClearEditorsInContainer(Control)
static
|
Assigns a null value to all visible editors that are located within the specified container object.
|
ClearEffectiveClientIDMode()
protected
|
Sets the ClientIDMode property of the current control instance and of any child controls to Inherit.
|
CopyBaseAttributes(WebControl)
|
Copies the properties not encapsulated by the Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.
|
CreateControlCollection()
protected
|
Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control.
|
DataBind()
|
Binds the data source to the invoked server control.
|
DataBind(Boolean)
protected
|
Binds a data source to the invoked server control and all its child controls with an option to raise the DataBinding event.
|
DataBindChildren()
protected
|
Binds a data source to the server control’s child controls.
|
Dispose()
|
Enables a server control to perform final clean up before it is released from memory.
|
EndRenderTracing(TextWriter, Object)
protected
|
Ends design-time tracing of rendering data.
|
EnsureID()
protected
|
Creates an identifier for controls that do not have an identifier assigned.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
FindControl(String, Int32)
protected
|
Searches the current naming container for a server control with the specified id and an integer, specified in the pathOffset parameter, which aids in the search. You should not override this version of the FindControl method.
|
FindControl(String)
|
Searches the current naming container for a server control with the specified id parameter.
|
Focus()
|
Sets input focus to the web control.
|
GetCallbackErrorMessage()
static
|
Obtains the error info while processing the redirection page.
|
GetClientSideEventHandler(String)
|
Returns the specified client event’s handler.
|
GetClientSideEvents()
|
For internal use only.
|
GetCssClassNamePrefix()
|
For internal use only.
|
GetCssClassNamePrefix(String)
|
For internal use only.
|
GetDefaultBooleanProperty(String, DefaultBoolean)
|
For internal use only.
|
GetDesignModeState()
protected
|
Gets design-time data for a control.
|
GetHashCode()
|
Serves as the default hash function.
|
GetResourceUrl(Page, String)
static
|
Returns a URL reference to an embedded resource in an assembly.
|
GetResourceUrl(Page, Type, String)
static
|
Returns a URL reference to an embedded resource in an assembly.
|
GetRouteUrl(Object)
|
Gets the URL that corresponds to a set of route parameters.
|
GetRouteUrl(String, Object)
|
Gets the URL that corresponds to a set of route parameters and a route name.
|
GetRouteUrl(String, RouteValueDictionary)
|
Gets the URL that corresponds to a set of route parameters and a route name.
|
GetRouteUrl(RouteValueDictionary)
|
Gets the URL that corresponds to a set of route parameters.
|
GetType()
|
Gets the Type of the current instance.
|
GetUniqueIDRelativeTo(Control)
|
Returns the prefixed portion of the UniqueID property of the specified control.
|
HasControls()
|
Determines if the server control contains any child controls.
|
HasEvents()
protected
|
Returns a value indicating whether events are registered for the control or any child controls.
|
HtmlEncode(String, Boolean)
|
For internal use only.
|
HtmlEncode(String)
|
For internal use only.
|
IsAccessibilityCompliantRender()
|
Returns a value that indicates whether the control’s accessible html code is rendered.
|
IsAccessibilityCompliantRender(Boolean)
|
Returns a value that indicates whether the control’s accessible html code is rendered.
|
IsClientSideAPIEnabled()
|
Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the control on the client side.
|
IsEnabled()
|
Returns a value that specifies whether a web control is enabled.
|
IsLiteralContent()
protected
|
Determines if the server control holds only literal content.
|
IsLoading()
|
This member supports the internal infrastructure and is not intended to be used directly from your code.
|
IsVisible()
|
Returns a value that specifies whether the current web control is displayed.
|
LoadControlState(Object)
protected
|
Restores control-state information from a previous page request that was saved by the SaveControlState() method.
|
MakeResponseCompressed()
static
|
Specifies that the response code (the HTML code of the web page) should be compressed on the server before sending it to the client.
|
MakeResponseCompressed(Boolean)
static
|
Specifies that the response code (the HTML code of the web page) should be compressed on the server before sending it to the client, and accepts a parameter specifying whether to apply compression to IE6.
|
MapPathSecure(String)
protected
|
Retrieves the physical path that a virtual path, either absolute or relative, maps to.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
MergeStyle(Style)
|
Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers.
|
OnBubbleEvent(Object, EventArgs)
protected
|
Determines whether the event for the server control is passed up the page’s UI server control hierarchy.
|
OnDataBinding(EventArgs)
protected
|
Raises the DataBinding event.
|
OnUnload(EventArgs)
protected
|
Raises the Unload event.
|
OpenFile(String)
protected
|
Gets a Stream used to read a file.
|
RaiseBubbleEvent(Object, EventArgs)
protected
|
Assigns any sources of the event and its information to the control’s parent.
|
RedirectOnCallback(String)
static
|