-
ASP.NET
-
ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS, and JavaScript.
-
Learn more »
+
SmartCheckIn Registration
+
Qui puoi acquistare o gestire la soluzione per al gestione degli accessi in azienda conforme con le più recenti normative di sicurezza
+
Maggiori Informazioni »
-
Getting started
+
Attiva la tua Demo
- 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.
+ Attiva la tua demo per provare i nostri servizi per 60gg e fino a 10 utenti.
- Learn more »
+ Start Demo »
-
Get more libraries
+
Acquista il tuo servizio
- NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.
+ Se vuoi attivare il tuo servizio puoi scegleire tra 3 differenti livelli di prestazioni secondo le esigenze della tua azienda.
- Learn more »
+ Buy Product »
-
Web Hosting
+
Accedi al tuo cruscotto
- You can easily find a web hosting company that offers the right mix of features and price for your applications.
+ Se la tua azienda ha acquistato i nostri servizi, clicca qui per accedere al pannello di gestione dedicato.
- Learn more »
+ Login »
diff --git a/CompanyRegistration/Login.aspx b/CompanyRegistration/Login.aspx
new file mode 100644
index 0000000..e3f82e9
--- /dev/null
+++ b/CompanyRegistration/Login.aspx
@@ -0,0 +1,14 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContent.master" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="CompanyRegistration.Login" %>
+
+ Login
+
+
+
diff --git a/CompanyRegistration/About.aspx.cs b/CompanyRegistration/Login.aspx.cs
similarity index 83%
rename from CompanyRegistration/About.aspx.cs
rename to CompanyRegistration/Login.aspx.cs
index 2fd24bc..59e8d67 100644
--- a/CompanyRegistration/About.aspx.cs
+++ b/CompanyRegistration/Login.aspx.cs
@@ -7,7 +7,7 @@ using System.Web.UI.WebControls;
namespace CompanyRegistration
{
- public partial class About : Page
+ public partial class Login : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
diff --git a/CompanyRegistration/About.aspx.designer.cs b/CompanyRegistration/Login.aspx.designer.cs
similarity index 93%
rename from CompanyRegistration/About.aspx.designer.cs
rename to CompanyRegistration/Login.aspx.designer.cs
index bc0c249..e90ec12 100644
--- a/CompanyRegistration/About.aspx.designer.cs
+++ b/CompanyRegistration/Login.aspx.designer.cs
@@ -11,7 +11,7 @@ namespace CompanyRegistration
{
- public partial class About
+ public partial class Login
{
}
}
diff --git a/CompanyRegistration/MyArea.aspx b/CompanyRegistration/MyArea.aspx
new file mode 100644
index 0000000..8406064
--- /dev/null
+++ b/CompanyRegistration/MyArea.aspx
@@ -0,0 +1,5 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContent.master" AutoEventWireup="true" CodeBehind="MyArea.aspx.cs" Inherits="CompanyRegistration.MyArea" %>
+
+
+ area tutente
+
diff --git a/CompanyRegistration/MyArea.aspx.cs b/CompanyRegistration/MyArea.aspx.cs
new file mode 100644
index 0000000..27888d2
--- /dev/null
+++ b/CompanyRegistration/MyArea.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 CompanyRegistration
+{
+ public partial class MyArea : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/CompanyRegistration/MyArea.aspx.designer.cs b/CompanyRegistration/MyArea.aspx.designer.cs
new file mode 100644
index 0000000..4ea7c03
--- /dev/null
+++ b/CompanyRegistration/MyArea.aspx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+// 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 CompanyRegistration
+{
+
+
+ public partial class MyArea
+ {
+ }
+}
diff --git a/CompanyRegistration/Site.Master b/CompanyRegistration/Site.Master
index 052b924..7eee0e1 100644
--- a/CompanyRegistration/Site.Master
+++ b/CompanyRegistration/Site.Master
@@ -55,8 +55,8 @@
+