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

Inheritance: RockDropDownList
Afficher le fichier Open project: NewSpring/Rock

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ShowErrorMessage ( string errorMessage ) : void

Shows the error message.

Méthodes protégées

Méthode 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 méthode

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
Résultat void

RenderDataValidator() protected méthode

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

ShowErrorMessage() public méthode

Shows the error message.
public ShowErrorMessage ( string errorMessage ) : void
errorMessage string The error message.
Résultat void