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.
|
|
DoRender ( System output ) : void |
Sends server control content to a provided When developing custom server controls, you can override this method to generate content for an ASP.NET page. |
protected DoRender ( System output ) : void | ||
output | System | The |
Résultat | void |