diff --git a/ES3/Default.aspx b/ES3/Default.aspx index 6b24cd90..20895c50 100644 --- a/ES3/Default.aspx +++ b/ES3/Default.aspx @@ -1,42 +1,16 @@ -<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="ES3._Default" %> +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="ES3.Default" %> - + -
-

ASP.NET

-

ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS, and JavaScript.

-

Learn more »

-
- -
-
-

Getting started

-

- ASP.NET Web Forms lets you build dynamic websites using a familiar drag-and-drop, event-driven model. - A design surface and hundreds of controls and components let you rapidly build sophisticated, powerful UI-driven sites with data access. -

-

- Learn more » -

+ + + + + + +
+
-
-

Get more libraries

-

- NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects. -

-

- Learn more » -

-
-
-

Web Hosting

-

- You can easily find a web hosting company that offers the right mix of features and price for your applications. -

-

- Learn more » -

-
-
- - + + + diff --git a/ES3/Default.aspx.cs b/ES3/Default.aspx.cs index b0ce2156..24046e1b 100644 --- a/ES3/Default.aspx.cs +++ b/ES3/Default.aspx.cs @@ -7,11 +7,11 @@ using System.Web.UI.WebControls; namespace ES3 { - public partial class _Default : Page + public partial class Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { - + Response.Redirect("login"); } } } \ No newline at end of file diff --git a/ES3/Default.aspx.designer.cs b/ES3/Default.aspx.designer.cs index 246254e6..5d9d6695 100644 --- a/ES3/Default.aspx.designer.cs +++ b/ES3/Default.aspx.designer.cs @@ -2,7 +2,7 @@ // // Codice generato da uno strumento. // -// Le modifiche apportate a questo file possono causare un comportamento non corretto e andranno perse se +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se // il codice viene rigenerato. // //------------------------------------------------------------------------------ @@ -11,7 +11,16 @@ namespace ES3 { - public partial class _Default + public partial class Default { + + /// + /// Controllo form1. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; } }