diff --git a/C2P/AgentsMan.aspx b/C2P/AgentsMan.aspx
new file mode 100644
index 0000000..1793697
--- /dev/null
+++ b/C2P/AgentsMan.aspx
@@ -0,0 +1,36 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="AgentsMan.aspx.cs" Inherits="C2P.AgentsMan" %>
+
+<%@ Register Src="~/WebUserControls/mod_ricercaGenerica.ascx" TagPrefix="uc1" TagName="mod_ricercaGenerica" %>
+<%@ Register Src="~/WebUserControls/mod_righePag.ascx" TagName="mod_righePag" TagPrefix="uc1" %>
+<%@ Register Src="~/WebUserControls/mod_AgentsMan.ascx" TagPrefix="uc1" TagName="mod_AgentsMan" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/C2P/AgentsMan.aspx.cs b/C2P/AgentsMan.aspx.cs
new file mode 100644
index 0000000..70dd3b4
--- /dev/null
+++ b/C2P/AgentsMan.aspx.cs
@@ -0,0 +1,31 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace C2P
+{
+ public partial class AgentsMan : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!Page.IsPostBack)
+ {
+ mod_righePag.numRowPag = 20;
+ mod_AgentsMan.pageSize = mod_righePag.numRowPag;
+ }
+ mod_righePag.eh_newNum += mod_righePag_eh_newNum;
+ }
+ ///
+ /// aggiornato numero righe datagrid... aggiorno visualizzazione
+ ///
+ ///
+ ///
+ void mod_righePag_eh_newNum(object sender, EventArgs e)
+ {
+ mod_AgentsMan.pageSize = mod_righePag.numRowPag;
+ }
+ }
+}
\ No newline at end of file
diff --git a/C2P/AgentsMan.aspx.designer.cs b/C2P/AgentsMan.aspx.designer.cs
new file mode 100644
index 0000000..535cfe4
--- /dev/null
+++ b/C2P/AgentsMan.aspx.designer.cs
@@ -0,0 +1,42 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace C2P {
+
+
+ public partial class AgentsMan {
+
+ ///
+ /// mod_ricercaGenerica control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::mod_ricercaGenerica mod_ricercaGenerica;
+
+ ///
+ /// mod_righePag control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::mod_righePag mod_righePag;
+
+ ///
+ /// mod_AgentsMan control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::C2P.WebUserControls.mod_AgentsMan mod_AgentsMan;
+ }
+}
diff --git a/C2P/Bootstrap.Master b/C2P/Bootstrap.Master
index 0903eac..62eedeb 100644
--- a/C2P/Bootstrap.Master
+++ b/C2P/Bootstrap.Master
@@ -78,7 +78,7 @@