[completed: 504] Added controls to batch-select categories in Search.aspx.
This commit is contained in:
parent
f2edbd8cda
commit
1643ac8b35
4 changed files with 42 additions and 4 deletions
30
WebApplication/Search.aspx.designer.cs
generated
30
WebApplication/Search.aspx.designer.cs
generated
|
@ -1,10 +1,9 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4016
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
@ -112,6 +111,33 @@ namespace ScrewTurn.Wiki {
|
|||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Literal lblCategoryFilter;
|
||||
|
||||
/// <summary>
|
||||
/// lblSelectAll 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 lblSelectAll;
|
||||
|
||||
/// <summary>
|
||||
/// lblSelectNone 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 lblSelectNone;
|
||||
|
||||
/// <summary>
|
||||
/// lblSelectInverse 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 lblSelectInverse;
|
||||
|
||||
/// <summary>
|
||||
/// chkUncategorizedPages control.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue