Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void |
Handles the Load event of the Page control.
|
Method | Description | |
---|---|---|
AddHeader ( ) : void |
Adds the header.
|
|
AddTotals ( ) : void |
Adds the totals.
|
|
CreateArchive ( ) : void |
Creates the archive.
|
|
CreatePostRow ( Post post, HtmlGenericControl &postItem ) : void |
Creates the post row.
|
|
SortCategories ( string>.Dictionary |
Sorts the categories.
|
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |