diff --git a/ES3/Site.Mobile.Master.cs b/ES3/Site.Mobile.Master.cs deleted file mode 100644 index 7c2dc5cf..00000000 --- a/ES3/Site.Mobile.Master.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace ES3 -{ - public partial class Site_Mobile : System.Web.UI.MasterPage - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} \ No newline at end of file diff --git a/ES3/WebUserControls/cmp_confWeek.ascx b/ES3/WebUserControls/cmp_confWeek.ascx new file mode 100644 index 00000000..3a710b30 --- /dev/null +++ b/ES3/WebUserControls/cmp_confWeek.ascx @@ -0,0 +1,18 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_confWeek.ascx.cs" Inherits="ES3.WebUserControls.cmp_confWeek" %> + +conf settimanale + + + + + + + + + + + + + + + diff --git a/ES3/WebUserControls/cmp_confWeek.ascx.cs b/ES3/WebUserControls/cmp_confWeek.ascx.cs new file mode 100644 index 00000000..9c678754 --- /dev/null +++ b/ES3/WebUserControls/cmp_confWeek.ascx.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 ES3.WebUserControls +{ + public partial class cmp_confWeek : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + /// + /// Dim pagina + /// + public int pageSize + { + get + { + return grView.PageSize; + } + set + { + grView.PageSize = value; + } + } + } +} \ No newline at end of file diff --git a/ES3/WebUserControls/cmp_confWeek.ascx.designer.cs b/ES3/WebUserControls/cmp_confWeek.ascx.designer.cs new file mode 100644 index 00000000..3af43f10 --- /dev/null +++ b/ES3/WebUserControls/cmp_confWeek.ascx.designer.cs @@ -0,0 +1,35 @@ +//------------------------------------------------------------------------------ +// +// Codice generato da uno strumento. +// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// +//------------------------------------------------------------------------------ + +namespace ES3.WebUserControls +{ + + + public partial class cmp_confWeek + { + + /// + /// Controllo grView. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.GridView grView; + + /// + /// Controllo ods. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.ObjectDataSource ods; + } +}