Added possibility to specify a different paging size.
This commit is contained in:
parent
9acaf35935
commit
42f4344501
18 changed files with 183 additions and 83 deletions
|
@ -16,6 +16,10 @@ namespace ScrewTurn.Wiki {
|
|||
private int pageSize = 50;
|
||||
private int selectedPage = 0;
|
||||
|
||||
protected PageSelector() {
|
||||
pageSize = Settings.ListSize;
|
||||
}
|
||||
|
||||
protected void Page_Load(object sender, EventArgs e) {
|
||||
// Load data from ViewState
|
||||
object temp = ViewState[ItemCountName];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue