diff --git a/GMW/GMW/GMW.csproj b/GMW/GMW/GMW.csproj index ea9d8c50..9f5b05ae 100644 --- a/GMW/GMW/GMW.csproj +++ b/GMW/GMW/GMW.csproj @@ -71,6 +71,13 @@ + + anagCelle.aspx + ASPXCodeBehind + + + anagCelle.aspx + anagMagazzini.aspx ASPXCodeBehind @@ -175,6 +182,13 @@ MasterAjax.master + + mod_anagCelle.ascx + ASPXCodeBehind + + + mod_anagCelle.ascx + mod_anagMagazzini.ascx ASPXCodeBehind @@ -297,6 +311,7 @@ + @@ -422,6 +437,7 @@ + diff --git a/GMW/GMW/WebUserControls/mod_anagCelle.ascx b/GMW/GMW/WebUserControls/mod_anagCelle.ascx new file mode 100644 index 00000000..6967d3aa --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_anagCelle.ascx @@ -0,0 +1 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_anagCelle.ascx.cs" Inherits="GMW.WebUserControls.mod_anagCelle" %> diff --git a/GMW/GMW/WebUserControls/mod_anagCelle.ascx.cs b/GMW/GMW/WebUserControls/mod_anagCelle.ascx.cs new file mode 100644 index 00000000..c641bea1 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_anagCelle.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_anagCelle : 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_anagCelle.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_anagCelle.ascx.designer.cs new file mode 100644 index 00000000..e9557154 --- /dev/null +++ b/GMW/GMW/WebUserControls/mod_anagCelle.ascx.designer.cs @@ -0,0 +1,18 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GMW.WebUserControls +{ + + + public partial class mod_anagCelle + { + } +} diff --git a/GMW/GMW/anagCelle.aspx b/GMW/GMW/anagCelle.aspx new file mode 100644 index 00000000..aa6af2d2 --- /dev/null +++ b/GMW/GMW/anagCelle.aspx @@ -0,0 +1,5 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSearch.master" AutoEventWireup="true" CodeBehind="anagCelle.aspx.cs" Inherits="GMW.anagCelle" %> +<%@ Register src="WebUserControls/mod_anagCelle.ascx" tagname="mod_anagCelle" tagprefix="uc1" %> + + + diff --git a/GMW/GMW/anagCelle.aspx.cs b/GMW/GMW/anagCelle.aspx.cs new file mode 100644 index 00000000..cc615a2e --- /dev/null +++ b/GMW/GMW/anagCelle.aspx.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 +{ + public partial class anagCelle : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} diff --git a/GMW/GMW/anagCelle.aspx.designer.cs b/GMW/GMW/anagCelle.aspx.designer.cs new file mode 100644 index 00000000..2a8617d0 --- /dev/null +++ b/GMW/GMW/anagCelle.aspx.designer.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 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 { + + + public partial class anagCelle { + + /// + /// mod_anagCelle1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::GMW.WebUserControls.mod_anagCelle mod_anagCelle1; + } +} diff --git a/GMW/GMW/bin/GMW.dll b/GMW/GMW/bin/GMW.dll index e213631e..0c341d86 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 e213631e..0c341d86 100644 Binary files a/GMW/GMW/obj/Debug/GMW.dll and b/GMW/GMW/obj/Debug/GMW.dll differ