From 2adc2dc81c39e44cd7727f83da1a5c3ccb69cdcc Mon Sep 17 00:00:00 2001 From: Daniel Du Date: Thu, 29 Jan 2015 14:19:36 +0800 Subject: [PATCH] add another sample --- .../FirstViewerWebApp/AnotherSamplePage.aspx | 57 +++++++++++++++++++ .../AnotherSamplePage.aspx.cs | 17 ++++++ .../AnotherSamplePage.aspx.designer.cs | 26 +++++++++ .../FirstViewerWebApp.csproj | 8 +++ 4 files changed, 108 insertions(+) create mode 100644 FirstViewerWebApp/FirstViewerWebApp/AnotherSamplePage.aspx create mode 100644 FirstViewerWebApp/FirstViewerWebApp/AnotherSamplePage.aspx.cs create mode 100644 FirstViewerWebApp/FirstViewerWebApp/AnotherSamplePage.aspx.designer.cs diff --git a/FirstViewerWebApp/FirstViewerWebApp/AnotherSamplePage.aspx b/FirstViewerWebApp/FirstViewerWebApp/AnotherSamplePage.aspx new file mode 100644 index 0000000..8e7b74c --- /dev/null +++ b/FirstViewerWebApp/FirstViewerWebApp/AnotherSamplePage.aspx @@ -0,0 +1,57 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="AnotherSamplePage.aspx.cs" Inherits="FirstViewerWebApp.AnotherSamplePage" %> + + + + + + + + + + + +
+
+
+
+ +
+
+ + + + + + + + + + + + diff --git a/FirstViewerWebApp/FirstViewerWebApp/AnotherSamplePage.aspx.cs b/FirstViewerWebApp/FirstViewerWebApp/AnotherSamplePage.aspx.cs new file mode 100644 index 0000000..18c0e1d --- /dev/null +++ b/FirstViewerWebApp/FirstViewerWebApp/AnotherSamplePage.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 FirstViewerWebApp +{ + public partial class AnotherSamplePage : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/FirstViewerWebApp/FirstViewerWebApp/AnotherSamplePage.aspx.designer.cs b/FirstViewerWebApp/FirstViewerWebApp/AnotherSamplePage.aspx.designer.cs new file mode 100644 index 0000000..ff3104a --- /dev/null +++ b/FirstViewerWebApp/FirstViewerWebApp/AnotherSamplePage.aspx.designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace FirstViewerWebApp +{ + + + public partial class AnotherSamplePage + { + + /// + /// form1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + } +} diff --git a/FirstViewerWebApp/FirstViewerWebApp/FirstViewerWebApp.csproj b/FirstViewerWebApp/FirstViewerWebApp/FirstViewerWebApp.csproj index 8dbc37c..1207852 100644 --- a/FirstViewerWebApp/FirstViewerWebApp/FirstViewerWebApp.csproj +++ b/FirstViewerWebApp/FirstViewerWebApp/FirstViewerWebApp.csproj @@ -60,6 +60,7 @@ + @@ -69,6 +70,13 @@ + + AnotherSamplePage.aspx + ASPXCodeBehind + + + AnotherSamplePage.aspx + Default.aspx