프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ShowErrorMessage ( string errorMessage ) : void |
Shows the error message.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |
public ShowErrorMessage ( string errorMessage ) : void | ||
errorMessage | string | The error message. |
리턴 | void |