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
39
WebApplication/AdminConfig.aspx.designer.cs
generated
39
WebApplication/AdminConfig.aspx.designer.cs
generated
|
@ -1,10 +1,9 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4927
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
@ -706,6 +705,42 @@ namespace ScrewTurn.Wiki {
|
|||
/// </remarks>
|
||||
protected global::Anthem.CheckBox chkDisplayGravatars;
|
||||
|
||||
/// <summary>
|
||||
/// lblDisplayAtMostPre control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Literal lblDisplayAtMostPre;
|
||||
|
||||
/// <summary>
|
||||
/// txtListSize control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Anthem.TextBox txtListSize;
|
||||
|
||||
/// <summary>
|
||||
/// lblDisplayAtMostPost control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Literal lblDisplayAtMostPost;
|
||||
|
||||
/// <summary>
|
||||
/// rvListSize control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Anthem.RangeValidator rvListSize;
|
||||
|
||||
/// <summary>
|
||||
/// lblSecurityConfig control.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue