Méthode | Description | |
---|---|---|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
|
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.
|
|
LoadViewState ( object savedState ) : void |
Restores view-state information from a previous request that was saved with the M:System.Web.UI.WebControls.WebControl.SaveViewState method.
|
|
SaveViewState ( ) : object |
Saves any state that was modified after the M:System.Web.UI.WebControls.Style.TrackViewState method was invoked.
|
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An object that represents the control state to restore. |
Résultat | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
Résultat | void |