|
-
+
|
diff --git a/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.cs b/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.cs
index 9145548d..61aaf65f 100644
--- a/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.cs
+++ b/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.cs
@@ -18,17 +18,17 @@ namespace GMW.WebUserControls
mod_detailUDC1.Visible = false;
mod_execUDC1.Visible = false;
}
- mod_searchUDC1.eh_selValore += new EventHandler(mod_searchUDC1_eh_selValore);
- mod_searchUDC1.eh_resetSelezione += new EventHandler(mod_searchUDC1_eh_resetSelezione);
+ mod_listUDC1.eh_selValore += new EventHandler(mod_listUDC1_eh_selValore);
+ mod_listUDC1.eh_resetSelezione += new EventHandler(mod_listUDC1_eh_resetSelezione);
}
- void mod_searchUDC1_eh_resetSelezione(object sender, EventArgs e)
+ void mod_listUDC1_eh_resetSelezione(object sender, EventArgs e)
{
mod_detailUDC1.Visible = false;
mod_execUDC1.Visible = false;
}
- void mod_searchUDC1_eh_selValore(object sender, EventArgs e)
+ void mod_listUDC1_eh_selValore(object sender, EventArgs e)
{
mod_detailUDC1.Visible = true;
mod_detailUDC1.doUpdate();
@@ -46,7 +46,7 @@ namespace GMW.WebUserControls
///
public void doSearch()
{
- mod_searchUDC1.doUpdate();
+ mod_listUDC1.doUpdate();
mod_detailUDC1.Visible = false;
mod_execUDC1.Visible = false;
}
diff --git a/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.designer.cs
index 9cec8c59..6344b9ba 100644
--- a/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.designer.cs
+++ b/GMW/GMW/WebUserControls/mod_SearchProvUDC.ascx.designer.cs
@@ -32,13 +32,13 @@ namespace GMW.WebUserControls {
protected global::System.Web.UI.WebControls.Label lblSearchProvider;
///
- /// mod_searchUDC1 control.
+ /// mod_listUDC1 control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
- protected global::GMW.WebUserControls.mod_searchUDC mod_searchUDC1;
+ protected global::GMW.WebUserControls.mod_listUDC mod_listUDC1;
///
/// mod_execUDC1 control.
diff --git a/GMW/GMW/WebUserControls/mod_detailCelle.ascx b/GMW/GMW/WebUserControls/mod_detailCelle.ascx
new file mode 100644
index 00000000..2aebbcf5
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_detailCelle.ascx
@@ -0,0 +1,2 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_detailCelle.ascx.cs" Inherits="GMW.WebUserControls.mod_detailCelle" %>
+WIP
\ No newline at end of file
diff --git a/GMW/GMW/WebUserControls/mod_detailCelle.ascx.cs b/GMW/GMW/WebUserControls/mod_detailCelle.ascx.cs
new file mode 100644
index 00000000..852d5737
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_detailCelle.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW.WebUserControls
+{
+ public partial class mod_detailCelle : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW/WebUserControls/mod_detailCelle.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_detailCelle.ascx.designer.cs
new file mode 100644
index 00000000..f4f6bd47
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_detailCelle.ascx.designer.cs
@@ -0,0 +1,16 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+namespace GMW.WebUserControls {
+
+
+ public partial class mod_detailCelle {
+ }
+}
diff --git a/GMW/GMW/WebUserControls/mod_detailImballi.ascx b/GMW/GMW/WebUserControls/mod_detailImballi.ascx
new file mode 100644
index 00000000..2f52a052
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_detailImballi.ascx
@@ -0,0 +1,2 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_detailImballi.ascx.cs" Inherits="GMW.WebUserControls.mod_detailImballi" %>
+WIP
\ No newline at end of file
diff --git a/GMW/GMW/WebUserControls/mod_detailImballi.ascx.cs b/GMW/GMW/WebUserControls/mod_detailImballi.ascx.cs
new file mode 100644
index 00000000..54c6c8f4
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_detailImballi.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW.WebUserControls
+{
+ public partial class mod_detailImballi : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW/WebUserControls/mod_detailImballi.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_detailImballi.ascx.designer.cs
new file mode 100644
index 00000000..01b61bb7
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_detailImballi.ascx.designer.cs
@@ -0,0 +1,16 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+namespace GMW.WebUserControls {
+
+
+ public partial class mod_detailImballi {
+ }
+}
diff --git a/GMW/GMW/WebUserControls/mod_detailOperatori.ascx b/GMW/GMW/WebUserControls/mod_detailOperatori.ascx
new file mode 100644
index 00000000..478aecfa
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_detailOperatori.ascx
@@ -0,0 +1,2 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_detailOperatori.ascx.cs" Inherits="GMW.WebUserControls.mod_detailOperatori" %>
+WIP
\ No newline at end of file
diff --git a/GMW/GMW/WebUserControls/mod_detailOperatori.ascx.cs b/GMW/GMW/WebUserControls/mod_detailOperatori.ascx.cs
new file mode 100644
index 00000000..5f0cf762
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_detailOperatori.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW.WebUserControls
+{
+ public partial class mod_detailOperatori : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW/WebUserControls/mod_detailOperatori.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_detailOperatori.ascx.designer.cs
new file mode 100644
index 00000000..79c6e556
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_detailOperatori.ascx.designer.cs
@@ -0,0 +1,16 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+namespace GMW.WebUserControls {
+
+
+ public partial class mod_detailOperatori {
+ }
+}
diff --git a/GMW/GMW/WebUserControls/mod_execCelle.ascx b/GMW/GMW/WebUserControls/mod_execCelle.ascx
new file mode 100644
index 00000000..1c8be508
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_execCelle.ascx
@@ -0,0 +1,24 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_execCelle.ascx.cs" Inherits="GMW.WebUserControls.mod_execCelle" %>
+modulo operazioni consentite su Celle
+
+
+ |
+
+ |
+
+
+ |
+
+ |
+
+
+ |
+
+ |
+
+
+ |
+
+ |
+
+
diff --git a/GMW/GMW/WebUserControls/mod_execCelle.ascx.cs b/GMW/GMW/WebUserControls/mod_execCelle.ascx.cs
new file mode 100644
index 00000000..5eb43a65
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_execCelle.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW.WebUserControls
+{
+ public partial class mod_execCelle : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW/WebUserControls/mod_execCelle.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_execCelle.ascx.designer.cs
new file mode 100644
index 00000000..98a4a28d
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_execCelle.ascx.designer.cs
@@ -0,0 +1,52 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+namespace GMW.WebUserControls {
+
+
+ public partial class mod_execCelle {
+
+ ///
+ /// Button1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Button3 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button Button3;
+
+ ///
+ /// Button4 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button Button4;
+ }
+}
diff --git a/GMW/GMW/WebUserControls/mod_execImballi.ascx b/GMW/GMW/WebUserControls/mod_execImballi.ascx
new file mode 100644
index 00000000..04b15e96
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_execImballi.ascx
@@ -0,0 +1,24 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_execImballi.ascx.cs" Inherits="GMW.WebUserControls.mod_execImballi" %>
+modulo operazioni consentite su Imballi
+
+
+ |
+
+ |
+
+
+ |
+
+ |
+
+
+ |
+
+ |
+
+
+ |
+
+ |
+
+
diff --git a/GMW/GMW/WebUserControls/mod_execImballi.ascx.cs b/GMW/GMW/WebUserControls/mod_execImballi.ascx.cs
new file mode 100644
index 00000000..9d9678e6
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_execImballi.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW.WebUserControls
+{
+ public partial class mod_execImballi : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW/WebUserControls/mod_execImballi.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_execImballi.ascx.designer.cs
new file mode 100644
index 00000000..34266a87
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_execImballi.ascx.designer.cs
@@ -0,0 +1,52 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+namespace GMW.WebUserControls {
+
+
+ public partial class mod_execImballi {
+
+ ///
+ /// Button1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Button3 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button Button3;
+
+ ///
+ /// Button4 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button Button4;
+ }
+}
diff --git a/GMW/GMW/WebUserControls/mod_execOperatori.ascx b/GMW/GMW/WebUserControls/mod_execOperatori.ascx
new file mode 100644
index 00000000..564232c7
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_execOperatori.ascx
@@ -0,0 +1,24 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_execOperatori.ascx.cs" Inherits="GMW.WebUserControls.mod_execOperatori" %>
+modulo operazioni consentite su Operatori
+
+
+ |
+
+ |
+
+
+ |
+
+ |
+
+
+ |
+
+ |
+
+
+ |
+
+ |
+
+
diff --git a/GMW/GMW/WebUserControls/mod_execOperatori.ascx.cs b/GMW/GMW/WebUserControls/mod_execOperatori.ascx.cs
new file mode 100644
index 00000000..47872c1e
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_execOperatori.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW.WebUserControls
+{
+ public partial class mod_execOperatori : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW/WebUserControls/mod_execOperatori.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_execOperatori.ascx.designer.cs
new file mode 100644
index 00000000..90fccae2
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_execOperatori.ascx.designer.cs
@@ -0,0 +1,52 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+namespace GMW.WebUserControls {
+
+
+ public partial class mod_execOperatori {
+
+ ///
+ /// Button1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Button3 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button Button3;
+
+ ///
+ /// Button4 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button Button4;
+ }
+}
diff --git a/GMW/GMW/WebUserControls/mod_listCelle.ascx b/GMW/GMW/WebUserControls/mod_listCelle.ascx
new file mode 100644
index 00000000..57017e5b
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_listCelle.ascx
@@ -0,0 +1 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_listCelle.ascx.cs" Inherits="GMW.WebUserControls.mod_listCelle" %>
diff --git a/GMW/GMW/WebUserControls/mod_listCelle.ascx.cs b/GMW/GMW/WebUserControls/mod_listCelle.ascx.cs
new file mode 100644
index 00000000..31c878da
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_listCelle.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW.WebUserControls
+{
+ public partial class mod_listCelle : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW/WebUserControls/mod_listCelle.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_listCelle.ascx.designer.cs
new file mode 100644
index 00000000..56005a3a
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_listCelle.ascx.designer.cs
@@ -0,0 +1,16 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+namespace GMW.WebUserControls {
+
+
+ public partial class mod_listCelle {
+ }
+}
diff --git a/GMW/GMW/WebUserControls/mod_listImballi.ascx b/GMW/GMW/WebUserControls/mod_listImballi.ascx
new file mode 100644
index 00000000..334b8d8a
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_listImballi.ascx
@@ -0,0 +1 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_listImballi.ascx.cs" Inherits="GMW.WebUserControls.mod_listImballi" %>
diff --git a/GMW/GMW/WebUserControls/mod_listImballi.ascx.cs b/GMW/GMW/WebUserControls/mod_listImballi.ascx.cs
new file mode 100644
index 00000000..65527b1f
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_listImballi.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW.WebUserControls
+{
+ public partial class mod_listImballi : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW/WebUserControls/mod_listImballi.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_listImballi.ascx.designer.cs
new file mode 100644
index 00000000..b766f2ae
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_listImballi.ascx.designer.cs
@@ -0,0 +1,16 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+namespace GMW.WebUserControls {
+
+
+ public partial class mod_listImballi {
+ }
+}
diff --git a/GMW/GMW/WebUserControls/mod_listOperatori.ascx b/GMW/GMW/WebUserControls/mod_listOperatori.ascx
new file mode 100644
index 00000000..c5fc2671
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_listOperatori.ascx
@@ -0,0 +1 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_listOperatori.ascx.cs" Inherits="GMW.WebUserControls.mod_listOperatori" %>
diff --git a/GMW/GMW/WebUserControls/mod_listOperatori.ascx.cs b/GMW/GMW/WebUserControls/mod_listOperatori.ascx.cs
new file mode 100644
index 00000000..9d39bf98
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_listOperatori.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW.WebUserControls
+{
+ public partial class mod_listOperatori : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW/WebUserControls/mod_listOperatori.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_listOperatori.ascx.designer.cs
new file mode 100644
index 00000000..04166ef6
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_listOperatori.ascx.designer.cs
@@ -0,0 +1,16 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+namespace GMW.WebUserControls {
+
+
+ public partial class mod_listOperatori {
+ }
+}
diff --git a/GMW/GMW/WebUserControls/mod_searchUDC.ascx b/GMW/GMW/WebUserControls/mod_listUDC.ascx
similarity index 95%
rename from GMW/GMW/WebUserControls/mod_searchUDC.ascx
rename to GMW/GMW/WebUserControls/mod_listUDC.ascx
index f263405f..ce9e6158 100644
--- a/GMW/GMW/WebUserControls/mod_searchUDC.ascx
+++ b/GMW/GMW/WebUserControls/mod_listUDC.ascx
@@ -1,5 +1,5 @@
-<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_searchUDC.ascx.cs"
- Inherits="GMW.WebUserControls.mod_searchUDC" %>
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_listUDC.ascx.cs"
+ Inherits="GMW.WebUserControls.mod_listUDC" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
/// grView control.
diff --git a/GMW/GMW/WebUserControls/mod_searchMag.ascx b/GMW/GMW/WebUserControls/mod_searchMag.ascx
index 4db414ee..6fa50be1 100644
--- a/GMW/GMW/WebUserControls/mod_searchMag.ascx
+++ b/GMW/GMW/WebUserControls/mod_searchMag.ascx
@@ -49,8 +49,11 @@
+
+
+
diff --git a/GMW/GMW/bin/GMW.dll b/GMW/GMW/bin/GMW.dll
index 014aaa77..bb005084 100644
Binary files a/GMW/GMW/bin/GMW.dll and b/GMW/GMW/bin/GMW.dll differ
diff --git a/GMW/GMW/obj/Debug/GMW.dll b/GMW/GMW/obj/Debug/GMW.dll
index 014aaa77..bb005084 100644
Binary files a/GMW/GMW/obj/Debug/GMW.dll and b/GMW/GMW/obj/Debug/GMW.dll differ
| |