Property | Type | Description | |
---|---|---|---|
AddLabel | Label, | ||
CreateLinkButton | HyperLink, | ||
DisplayPageHeader | void |
Method | Description | |
---|---|---|
DisplayHelp ( string sourceUrl ) : void |
Displays context-sensitive help.
|
Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
AddLabel ( string contents ) : Label, |
Creates and adds a new label to the active page.
|
|
CreateLinkButton ( string text, string url ) : HyperLink, |
Create a link that has the appearance of a button. Currently disabled, as display does not quite work right.
|
|
DisplayPageHeader ( string title ) : void |
Displays the header for a page.
|
public DisplayHelp ( string sourceUrl ) : void | ||
sourceUrl | string | The URL from which the request came. |
return | void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |