Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
ShowErrorMessage ( string errorMessage ) : void |
Shows the error message.
|
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.
|
protected RenderDataValidator ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The writer. |
Résultat | void |
public ShowErrorMessage ( string errorMessage ) : void | ||
errorMessage | string | The error message. |
Résultat | void |