Method | Description | |
---|---|---|
OnInit ( System e ) : void |
Raises the E:System.Web.UI.Control.Init event.
|
|
Page_Load ( object sender, EventArgs e ) : void |
Handles the Load event of the Page control.
|
Method | Description | |
---|---|---|
AddPostHeader ( ) : void |
Adds the post header.
|
protected OnInit ( System e ) : void | ||
e | System | An |
return | void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |