C# Class Rock.Web.UI.Controls.DataTextBox

Inheritance: Rock.Web.UI.Controls.LabeledTextBox
Show file Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ShowErrorMessage ( string errorMessage ) : void

Shows the error message.

Protected Methods

Method Description
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

RenderDataValidator ( System.Web.UI.HtmlTextWriter writer ) : void

Renders any data validators.

Method Details

CreateChildControls() protected method

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
return void

RenderDataValidator() protected method

Renders any data validators.
protected RenderDataValidator ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The writer.
return void

ShowErrorMessage() public method

Shows the error message.
public ShowErrorMessage ( string errorMessage ) : void
errorMessage string The error message.
return void