modifica namespacex nuovo nome sw...
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="Admin.aspx.cs" Inherits="ETS_WS.Admin" %>
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="Admin.aspx.cs" Inherits="ETS_DIP.Admin" %>
|
||||
<%@ Register src="WebUserControls/mod_admin.ascx" tagname="mod_admin" tagprefix="uc1" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
<uc1:mod_admin ID="mod_admin1" runat="server" />
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public partial class Admin : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+2
-2
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS {
|
||||
namespace ETS_DIP {
|
||||
|
||||
|
||||
public partial class Admin {
|
||||
@@ -19,6 +19,6 @@ namespace ETS_WS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_admin mod_admin1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_admin mod_admin1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="AnagFasi.aspx.cs" Inherits="ETS_WS.AnagFasi" %>
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="AnagFasi.aspx.cs" Inherits="ETS_DIP.AnagFasi" %>
|
||||
<%@ Register src="WebUserControls/mod_anagFasi.ascx" tagname="mod_anagFasi" tagprefix="uc1" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
<uc1:mod_anagFasi ID="mod_anagFasi1" runat="server" />
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public partial class AnagFasi : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+2
-2
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS {
|
||||
namespace ETS_DIP {
|
||||
|
||||
|
||||
public partial class AnagFasi {
|
||||
@@ -19,6 +19,6 @@ namespace ETS_WS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_anagFasi mod_anagFasi1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_anagFasi mod_anagFasi1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="AnagTags.aspx.cs" Inherits="ETS_WS.AnagTags" %>
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="AnagTags.aspx.cs" Inherits="ETS_DIP.AnagTags" %>
|
||||
<%@ Register src="WebUserControls/mod_anagTags.ascx" tagname="mod_anagTags" tagprefix="uc1" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
<uc1:mod_anagTags ID="mod_anagTags1" runat="server" />
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public partial class AnagTags : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+2
-2
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS {
|
||||
namespace ETS_DIP {
|
||||
|
||||
|
||||
public partial class AnagTags {
|
||||
@@ -19,6 +19,6 @@ namespace ETS_WS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_anagTags mod_anagTags1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_anagTags mod_anagTags1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="ETS_WS.Default" %>
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="ETS_DIP.Default" %>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Web.UI.WebControls;
|
||||
using NLog;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public partial class Default : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>ETS_WS</RootNamespace>
|
||||
<AssemblyName>ETS-WS</AssemblyName>
|
||||
<RootNamespace>ETS_DIP</RootNamespace>
|
||||
<AssemblyName>ETS-DIP</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<UseIISExpress>false</UseIISExpress>
|
||||
<FileUpgradeFlags>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master"
|
||||
AutoEventWireup="true" CodeBehind="GestioneDocumenti.aspx.cs" Inherits="ETS_WS.GestioneDocumenti" %>
|
||||
AutoEventWireup="true" CodeBehind="GestioneDocumenti.aspx.cs" Inherits="ETS_DIP.GestioneDocumenti" %>
|
||||
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Src="WebUserControls/mod_filtroRicerca.ascx" TagName="mod_filtroRicerca"
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public partial class GestioneDocumenti : System.Web.UI.Page
|
||||
{
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS {
|
||||
namespace ETS_DIP {
|
||||
|
||||
|
||||
public partial class GestioneDocumenti {
|
||||
@@ -28,7 +28,7 @@ namespace ETS_WS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_filtroRicerca mod_filtroRicerca1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_filtroRicerca mod_filtroRicerca1;
|
||||
|
||||
/// <summary>
|
||||
/// updPnlDocumenti control.
|
||||
@@ -46,6 +46,6 @@ namespace ETS_WS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_archivioDocumenti mod_archivioDocumenti1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_archivioDocumenti mod_archivioDocumenti1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master"
|
||||
AutoEventWireup="true" CodeBehind="Help.aspx.cs" Inherits="ETS_WS.Help" %>
|
||||
AutoEventWireup="true" CodeBehind="Help.aspx.cs" Inherits="ETS_DIP.Help" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
<div class="divCenter" style="height:100%; min-height:600px;margin:auto;">
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public partial class Help : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS {
|
||||
namespace ETS_DIP {
|
||||
|
||||
|
||||
public partial class Help {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="Menu.aspx.cs" Inherits="ETS_WS.Menu" %>
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="Menu.aspx.cs" Inherits="ETS_DIP.Menu" %>
|
||||
<%@ Register src="WebUserControls/mod_menu.ascx" tagname="mod_menu" tagprefix="uc1" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
<uc1:mod_menu ID="mod_menu1" runat="server" />
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public partial class Menu : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+2
-2
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS {
|
||||
namespace ETS_DIP {
|
||||
|
||||
|
||||
public partial class Menu {
|
||||
@@ -19,6 +19,6 @@ namespace ETS_WS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_menu mod_menu1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_menu mod_menu1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="MyDocs.aspx.cs" Inherits="ETS_WS.MyDocs" %>
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="MyDocs.aspx.cs" Inherits="ETS_DIP.MyDocs" %>
|
||||
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Src="WebUserControls/mod_fileUpload.ascx" TagName="mod_fileUpload" TagPrefix="uc1" %>
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public partial class MyDocs : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+5
-5
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS {
|
||||
namespace ETS_DIP {
|
||||
|
||||
|
||||
public partial class MyDocs {
|
||||
@@ -46,7 +46,7 @@ namespace ETS_WS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_fileUpload mod_fileUpload1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_fileUpload mod_fileUpload1;
|
||||
|
||||
/// <summary>
|
||||
/// pnlInputDati control.
|
||||
@@ -64,7 +64,7 @@ namespace ETS_WS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_inputDati mod_inputDati1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_inputDati mod_inputDati1;
|
||||
|
||||
/// <summary>
|
||||
/// upMain control.
|
||||
@@ -82,7 +82,7 @@ namespace ETS_WS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_pathAndDocs mod_pathAndDocs1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_pathAndDocs mod_pathAndDocs1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_myTempFile1 control.
|
||||
@@ -91,6 +91,6 @@ namespace ETS_WS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_myTempFile mod_myTempFile1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_myTempFile mod_myTempFile1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("ETS_WS")]
|
||||
[assembly: AssemblyTitle("ETS_DIP")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("ETS_WS")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2012")]
|
||||
[assembly: AssemblyProduct("ETS_DIP")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2012-2013")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Web.Services;
|
||||
using System.Configuration;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS.WS
|
||||
namespace ETS_DIP.WS
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ namespace GMW.WebMasterPages {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_testata mod_testata1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_testata mod_testata1;
|
||||
|
||||
/// <summary>
|
||||
/// upMain control.
|
||||
@@ -91,6 +91,6 @@ namespace GMW.WebMasterPages {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_menuBottomFullpage mod_menuBottomFullpage1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_menuBottomFullpage mod_menuBottomFullpage1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ using NLog;
|
||||
using System.Net.Mail;
|
||||
using System.IO;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public class WebShipUtils
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_admin.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_admin" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_admin.ascx.cs" Inherits="ETS_DIP.WebUserControls.mod_admin" %>
|
||||
<style type="text/css">
|
||||
.style1
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_admin : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_admin {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_anagFasi.ascx.cs"
|
||||
Inherits="ETS_WS.WebUserControls.mod_anagFasi" %>
|
||||
Inherits="ETS_DIP.WebUserControls.mod_anagFasi" %>
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<asp:GridView ID="grView" runat="server" CellPadding="4" DataSourceID="ods" ForeColor="#333333"
|
||||
GridLines="None" AllowSorting="True" AutoGenerateColumns="False" Width="100%"
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_anagFasi : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_anagFasi {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_anagTags.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_anagTags" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_anagTags.ascx.cs" Inherits="ETS_DIP.WebUserControls.mod_anagTags" %>
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<asp:GridView ID="grView" runat="server" CellPadding="4" DataSourceID="ods" ForeColor="#333333"
|
||||
GridLines="None" AllowSorting="True" AutoGenerateColumns="False" Width="100%"
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_anagTags : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_anagTags {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_archivioDocumenti.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_archivioDocumenti" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_archivioDocumenti.ascx.cs" Inherits="ETS_DIP.WebUserControls.mod_archivioDocumenti" %>
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Src="mod_singleFileUpload.ascx" TagName="mod_singleFileUpload" TagPrefix="uc1" %>
|
||||
<% if (false)
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
using NLog;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_archivioDocumenti : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_archivioDocumenti {
|
||||
@@ -28,7 +28,7 @@ namespace ETS_WS.WebUserControls {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_singleFileUpload mod_singleFileUpload1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_singleFileUpload mod_singleFileUpload1;
|
||||
|
||||
/// <summary>
|
||||
/// cblTags control.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_clipboard.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_clipboard" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_clipboard.ascx.cs" Inherits="ETS_DIP.WebUserControls.mod_clipboard" %>
|
||||
<div>
|
||||
</div>
|
||||
@@ -6,7 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_clipboard : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_fileUpload.ascx.cs"
|
||||
Inherits="ETS_WS.WebUserControls.mod_fileUpload" %>
|
||||
Inherits="ETS_DIP.WebUserControls.mod_fileUpload" %>
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<% if (false)
|
||||
{ %>
|
||||
|
||||
@@ -8,7 +8,7 @@ using System.IO;
|
||||
using NLog;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_fileUpload : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_fileUpload {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_filtroRicerca.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_filtroRicerca" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_filtroRicerca.ascx.cs" Inherits="ETS_DIP.WebUserControls.mod_filtroRicerca" %>
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Src="mod_textAutocomplete.ascx" TagName="mod_textAutocomplete" TagPrefix="uc1" %>
|
||||
<%@ Register Src="mod_periodoAnalisi.ascx" TagName="mod_periodoAnalisi" TagPrefix="uc2" %>
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
using NLog;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_filtroRicerca : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_filtroRicerca {
|
||||
@@ -73,7 +73,7 @@ namespace ETS_WS.WebUserControls {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_textAutocomplete tacCommesse;
|
||||
protected global::ETS_DIP.WebUserControls.mod_textAutocomplete tacCommesse;
|
||||
|
||||
/// <summary>
|
||||
/// chkFase control.
|
||||
@@ -91,7 +91,7 @@ namespace ETS_WS.WebUserControls {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_textAutocomplete tacFasi;
|
||||
protected global::ETS_DIP.WebUserControls.mod_textAutocomplete tacFasi;
|
||||
|
||||
/// <summary>
|
||||
/// chkFonte control.
|
||||
@@ -109,7 +109,7 @@ namespace ETS_WS.WebUserControls {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_textAutocomplete tacFonti;
|
||||
protected global::ETS_DIP.WebUserControls.mod_textAutocomplete tacFonti;
|
||||
|
||||
/// <summary>
|
||||
/// chkInOut control.
|
||||
@@ -145,7 +145,7 @@ namespace ETS_WS.WebUserControls {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_textAutocomplete tacRedattore;
|
||||
protected global::ETS_DIP.WebUserControls.mod_textAutocomplete tacRedattore;
|
||||
|
||||
/// <summary>
|
||||
/// lblCerca control.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_gestioneDati.ascx.cs"
|
||||
Inherits="ETS_WS.WebUserControls.mod_gestioneDati" %>
|
||||
Inherits="ETS_DIP.WebUserControls.mod_gestioneDati" %>
|
||||
<%@ Register Src="mod_testataProt.ascx" TagName="mod_testataProt"
|
||||
TagPrefix="uc1" %>
|
||||
<%@ Register Src="mod_inputDati.ascx" TagName="mod_inputDati" TagPrefix="uc2" %>
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_gestioneDati : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_gestioneDati {
|
||||
@@ -19,6 +19,6 @@ namespace ETS_WS.WebUserControls {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_inputDati mod_inputDati1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_inputDati mod_inputDati1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_inputDati.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_inputDati" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_inputDati.ascx.cs" Inherits="ETS_DIP.WebUserControls.mod_inputDati" %>
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Src="mod_textAutocomplete.ascx" TagName="mod_textAutocomplete" TagPrefix="uc1" %>
|
||||
<%@ Register Src="mod_clipboard.ascx" TagName="mod_clipboard" TagPrefix="uc2" %>
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_inputDati : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_inputDati {
|
||||
@@ -181,7 +181,7 @@ namespace ETS_WS.WebUserControls {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_textAutocomplete tacCommesse;
|
||||
protected global::ETS_DIP.WebUserControls.mod_textAutocomplete tacCommesse;
|
||||
|
||||
/// <summary>
|
||||
/// lblFase control.
|
||||
@@ -199,7 +199,7 @@ namespace ETS_WS.WebUserControls {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_textAutocomplete tacFasi;
|
||||
protected global::ETS_DIP.WebUserControls.mod_textAutocomplete tacFasi;
|
||||
|
||||
/// <summary>
|
||||
/// lblFonte control.
|
||||
@@ -217,7 +217,7 @@ namespace ETS_WS.WebUserControls {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_textAutocomplete tacFonti;
|
||||
protected global::ETS_DIP.WebUserControls.mod_textAutocomplete tacFonti;
|
||||
|
||||
/// <summary>
|
||||
/// lblOggetto control.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menu.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_menu" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menu.ascx.cs" Inherits="ETS_DIP.WebUserControls.mod_menu" %>
|
||||
<% if (false)
|
||||
{ %>
|
||||
<link href="../css/BuildBlocks.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_menu : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_menu {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuBottomFullpage.ascx.cs"
|
||||
Inherits="ETS_WS.WebUserControls.mod_menuBottomFullpage" %>
|
||||
Inherits="ETS_DIP.WebUserControls.mod_menuBottomFullpage" %>
|
||||
<% if (false)
|
||||
{ %>
|
||||
<link href="../css/BuildBlocks.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
@@ -9,7 +9,7 @@ using System.Web.UI.WebControls;
|
||||
using System.Web.UI.WebControls.WebParts;
|
||||
using System.Web.UI.HtmlControls;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_menuBottomFullpage : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_menuBottomFullpage {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_myTempFile.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_myTempFile" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_myTempFile.ascx.cs" Inherits="ETS_DIP.WebUserControls.mod_myTempFile" %>
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<% if (false)
|
||||
{ %>
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
using NLog;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_myTempFile : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_myTempFile {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_pathAndDocs.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_pathAndDocs" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_pathAndDocs.ascx.cs" Inherits="ETS_DIP.WebUserControls.mod_pathAndDocs" %>
|
||||
<% if (false)
|
||||
{ %>
|
||||
<link href="../css/BuildBlocks.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_pathAndDocs : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_pathAndDocs {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_singleFileUpload.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_singleFileUpload" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_singleFileUpload.ascx.cs" Inherits="ETS_DIP.WebUserControls.mod_singleFileUpload" %>
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<% if (false)
|
||||
{ %>
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_singleFileUpload : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_singleFileUpload {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_testata.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_testata" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_testata.ascx.cs" Inherits="ETS_DIP.WebUserControls.mod_testata" %>
|
||||
<% if (false)
|
||||
{ %>
|
||||
<link href="../css/BuildBlocks.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_testata : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_testata {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_testataProt.ascx.cs"
|
||||
Inherits="ETS_WS.WebUserControls.mod_testataProt" %>
|
||||
Inherits="ETS_DIP.WebUserControls.mod_testataProt" %>
|
||||
<% if (false)
|
||||
{ %>
|
||||
<link href="../css/BuildBlocks.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_testataProt : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_testataProt {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_textAutocomplete.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_textAutocomplete" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_textAutocomplete.ascx.cs" Inherits="ETS_DIP.WebUserControls.mod_textAutocomplete" %>
|
||||
<% if (false)
|
||||
{ %>
|
||||
<script src="../Scripts/jquery-1.6.4-vsdoc.js" type="text/javascript"></script>
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS.WebUserControls
|
||||
namespace ETS_DIP.WebUserControls
|
||||
{
|
||||
public partial class mod_textAutocomplete : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS.WebUserControls {
|
||||
namespace ETS_DIP.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_textAutocomplete {
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public partial class demoUpload : System.Web.UI.Page
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="getDocByProto.aspx.cs" Inherits="ETS_WS.getDocByProto" %>
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="getDocByProto.aspx.cs" Inherits="ETS_DIP.getDocByProto" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
<div style="font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif; font-size: 0.9em; padding: 4px; height: 100%;">
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public partial class getDocByProto : System.Web.UI.Page
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS {
|
||||
namespace ETS_DIP {
|
||||
|
||||
|
||||
public partial class getDocByProto {
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="ricerca.aspx.cs" Inherits="ETS_WS.ricerca" %>
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="ricerca.aspx.cs" Inherits="ETS_DIP.ricerca" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
</asp:Content>
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public partial class ricerca : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="ETS_WS.test" %>
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="ETS_DIP.test" %>
|
||||
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Src="WebUserControls/mod_singleFileUpload.ascx" TagName="mod_singleFileUpload" TagPrefix="uc1" %>
|
||||
|
||||
@@ -8,7 +8,7 @@ using System.IO;
|
||||
using NLog;
|
||||
using ETS_Data;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public partial class test : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+2
-2
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS {
|
||||
namespace ETS_DIP {
|
||||
|
||||
|
||||
public partial class test {
|
||||
@@ -46,7 +46,7 @@ namespace ETS_WS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_singleFileUpload mod_singleFileUpload1;
|
||||
protected global::ETS_DIP.WebUserControls.mod_singleFileUpload mod_singleFileUpload1;
|
||||
|
||||
/// <summary>
|
||||
/// lblOut control.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master"
|
||||
AutoEventWireup="true" CodeBehind="testMast.aspx.cs" Inherits="ETS_WS.testMast" %>
|
||||
AutoEventWireup="true" CodeBehind="testMast.aspx.cs" Inherits="ETS_DIP.testMast" %>
|
||||
|
||||
<%--<%@ Register src="WebUserControls/mod_fileUpload.ascx" tagname="mod_fileUpload" tagprefix="uc1" %>--%>
|
||||
<%@ Register Src="WebUserControls/mod_textAutocomplete.ascx" TagName="mod_textAutocomplete"
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace ETS_WS
|
||||
namespace ETS_DIP
|
||||
{
|
||||
public partial class testMast : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+2
-2
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ETS_WS {
|
||||
namespace ETS_DIP {
|
||||
|
||||
|
||||
public partial class testMast {
|
||||
@@ -19,7 +19,7 @@ namespace ETS_WS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::ETS_WS.WebUserControls.mod_textAutocomplete mod_textAutocomplete3;
|
||||
protected global::ETS_DIP.WebUserControls.mod_textAutocomplete mod_textAutocomplete3;
|
||||
|
||||
/// <summary>
|
||||
/// txtSel control.
|
||||
|
||||
Reference in New Issue
Block a user