Method | Description | |
---|---|---|
DoRender ( System.Web.UI.HtmlTextWriter 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. |
|
GetCachingID ( ) : string | ||
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
protected DoRender ( System.Web.UI.HtmlTextWriter output ) : void | ||
output | System.Web.UI.HtmlTextWriter | The |
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |