+
顾客信息登记
+
+
+
+
+
+
+
+
+
+
+
+
+ 您好:当前时间是:
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..7c4f41aa9571e8a6438a9914d3e518d20c9c3373
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/WebForm1.aspx.cs"
@@ -0,0 +1,26 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ ViewState["TempValue"] = this.TextBox1.Text;
+ this.Label3.Text = $"请确认您填写的信息:";
+ this.Label2.Text = $"姓名:{this.TextBox1.Text}:";
+ this.Label3.Text = $"年龄:{this.TextBox2.Text}:";
+ this.Label4.Text = $"爱好:{this.TextBox3.Text}:";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..6aa1b2e9adfe1852f88f6dcb25da167986ad1bc3
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// TextBox4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox4;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..2abd0944e91d8495411584d66e54c566d96c5080
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx"
@@ -0,0 +1,32 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="giao.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..64ab9ac73cf85f2691f9711b7e1d045e6d8118ba
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace giao
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label2.Text = "你好,当前时间是" + System.DateTime.Now.ToString();
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..71a9b7bf4ac39d2c2ee42605b0b3c92f44394e81
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.designer.cs"
@@ -0,0 +1,89 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace giao
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..e19538b077bbfa638bd9a4f643cfd6ceed77bff7
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx"
@@ -0,0 +1,25 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="jump.aspx.cs" Inherits="giao.jump" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..bd57942952a10d847686e03af51601dd081e2101
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.cs"
@@ -0,0 +1,36 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace giao
+{
+ public partial class jump : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if(PreviousPage !=null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox1");
+ TextBox tb1 = (TextBox)PreviousPage.FindControl("TextBox2");
+ TextBox tb2 = (TextBox)PreviousPage.FindControl("TextBox3");
+ this.Label1.Text = "你好,当前时间为" + System.DateTime.Now.ToString();
+ if(tb !=null)
+ {
+ this.Label3.Text = "姓名" + tb.Text;
+ }
+ if(tb !=null)
+ {
+ this.Label4.Text = "年龄" + tb1.Text;
+ }
+ if (tb != null)
+ {
+ this.Label4.Text = "爱好" + tb2.Text;
+ }
+
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..41fa024a692fd8e226c1e5c5174e56d0a059705b
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace giao
+{
+
+
+ public partial class jump
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..3ff6e7400653f1777eafa5af56e1c7b79989cbd9
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc1.aspx"
@@ -0,0 +1,35 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Jxc1.aspx.cs" Inherits="Jxc.Jxc1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..4528fc7a9ed365c9528540025cde54a4fb35e69a
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc2.aspx"
@@ -0,0 +1,30 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Jxc2.aspx.cs" Inherits="Jxc.Jxc2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..57d290b1be18b0dcce837acbb0027172579edb9b
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc2.aspx.cs"
@@ -0,0 +1,32 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace Jxc
+{
+ public partial class Jxc2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ if (PreviousPage!=null)
+ {
+
+ TextBox sb = (TextBox)PreviousPage.FindControl("TextBox1");
+ TextBox sb1 = (TextBox)PreviousPage.FindControl("TextBox2");
+ TextBox sb2 = (TextBox)PreviousPage.FindControl("TextBox3");
+
+ TextBox1.Text = sb.Text;
+ TextBox2.Text = sb1.Text;
+ TextBox3.Text = sb2.Text;
+ }
+
+
+ }
+
+
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc3.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc3.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..2d4ed1d9e79bc5006ee3100e7a2c1f51460e03e7
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc3.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Jxc3.aspx.cs" Inherits="Jxc.Jxc3" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc3.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc3.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..666ffa7ce07686a5b6c202e5492420bd0ffdb82f
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxc3.aspx.cs"
@@ -0,0 +1,18 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace Jxc
+{
+ public partial class Jxc3 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ TextBox sb = (TextBox)PreviousPage.FindControl("TextBox1");
+ Label1.Text = "恭喜" + sb.Text + ",您已提交成功!";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbe3afb67a43e190af2806fbe0889013271b7f
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx"
@@ -0,0 +1,35 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..c665b593f45b19260b16995ded4f1ad1f927fe79
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.cs"
@@ -0,0 +1,29 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ this.Label2.Text = System.DateTime.Now.ToString();
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ this.Label3.Text = "请确认您填写的信息:";
+ this.Label4.Text = "姓名:" + TextBox1.Text;
+ this.Label5.Text = "年龄:" + TextBox2.Text;
+ this.Label6.Text = "爱好:" + TextBox3.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..91fd329c9465e6c26fab3be1713399673e31e1c3
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.designer.cs"
@@ -0,0 +1,125 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..758ec7a19391c41be876a563eb13024ff1465962
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..fd1944a2016d2959602f1a5455f6fc61fb23373a
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null) {
+ TextBox a = (TextBox)PreviousPage.FindControl("TextBox1");
+ if (a != null) {
+ Label7.Text ="恭喜 "+ a.Text + " 登记成功!";
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..30ceb63db95f0c8e3ca084d9f84ac32a81682ef7
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..682cce12ee319653bdfb15224c937323365900be
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx"
@@ -0,0 +1,36 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..3a7ae2521c96ab562a0ad3d2b71e19a645380de3
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.cs"
@@ -0,0 +1,66 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ this.Label3.Text = System.DateTime.Now.ToString();
+ }
+ }
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ //ViewState["text"] = TextBox1.Text;
+ //ViewState["text1"] = TextBox2.Text;
+ //ViewState["text2"] = TextBox3.Text;
+ if (Page.IsPostBack)//如果IsPostBack是true,就是说明是页面回发,否则就是首次加载这个页面。
+ {
+ if (TextBox1.Text == "")
+ {
+ TextBox1.Text = "请输入内容";
+ }
+ else if(TextBox2.Text == "")
+ {
+ TextBox2.Text = "请输入内容";
+ }
+ else if(TextBox3.Text == "")
+ {
+ TextBox3.Text = "请输入内容";
+ }
+ }
+ if (TextBox1.Text == "请输入内容" | TextBox2.Text == "请输入内容" | TextBox3.Text == "请输入内容")
+ {
+ Label4.Text = "请填写完整!";
+ }
+ else
+ {
+ Label4.Text = "请确认你填写的信息:";
+ Label5.Text = "姓名:" + TextBox1.Text;
+ Label6.Text = "年龄:" + TextBox2.Text;
+ Label7.Text = "爱好:" + TextBox3.Text;
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ //if (!IsPostBack)//首次加载页面
+ //{
+ // ViewState["text"] = 0;
+ //}
+
+ //else
+ //{
+
+ //Label4.Text ="请确认你填写的信息"+ Convert.ToString(ViewState["text"])+ Convert.ToString(ViewState["text1"])+ Convert.ToString(ViewState["text2"]);
+ //}
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..3fa9540f444f3e6a13375829ce1d8f0917f53580
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.designer.cs"
@@ -0,0 +1,134 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..6610eedfd6d199ca49114e1c424a677259ce584c
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..b29bc5e62460c41f893b14768b462860b150941f
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.cs"
@@ -0,0 +1,42 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage != null)
+ {
+ TextBox tb1 = (TextBox)PreviousPage.FindControl("TextBox1");
+ TextBox tb2 = (TextBox)PreviousPage.FindControl("TextBox2");
+ TextBox tb3 = (TextBox)PreviousPage.FindControl("TextBox3");
+
+ //if (tb1.Text == "请输入内容" & tb2.Text== "请输入内容" & tb3.Text== "请输入内容")
+ //{
+ // Label1.Text = "请填写完整!";
+ //}
+ if (tb1.Text == "请输入内容" | tb2.Text == "请输入内容" | tb3.Text == "请输入内容")
+ {
+ Label1.Text = "请填写完整!";
+ }
+ else if(tb1.Text != "" & tb2.Text != "" & tb3.Text != "")
+ {
+ Label1.Text = "请确认你填写的信息:";
+ Label2.Text = "姓名:" + tb1.Text;
+ Label3.Text = "年龄:" + tb2.Text;
+ Label4.Text = "爱好:" + tb3.Text;
+ }
+ else
+ {
+ Label1.Text = "请填写完整!";
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..fb93b9a1e4d4c61354123c3a44fa144108c9344f
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.designer.cs"
@@ -0,0 +1,62 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..38da09697a6539a676c895e2538c97acc06cd954
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx"
@@ -0,0 +1,38 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..7c0cddf469cff7c4245e1c01495f842c11349433
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.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 WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ if (!IsPostBack)
+ {
+ Label2.Text = "你好当前时间是:" + DateTime.Now.ToString();
+ }
+ }
+
+
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label6.Text = "请确认您填写的信息";
+ Label3.Text = "姓名:"+TextBox1.Text;
+ Label4.Text = "年龄:" + TextBox2.Text;
+ Label5.Text = "兴趣爱好:" + TextBox3.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..eb6081772a630d286f882ca48e8606ae9f95b3bd
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.designer.cs"
@@ -0,0 +1,125 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..8f77a81191f8b9b5a160adabeec32fcec37fd6af
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..5bf3be7b02a7e3628f4135b3463a146ce0092939
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm2.aspx.cs"
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null)
+ {
+ TextBox TextBox1 = (TextBox)PreviousPage.FindControl("TextBox1");
+ if (Label1!=null)
+ {
+ Label1.Text = TextBox1.Text;
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..d55810fa4923eec1328477007cd553c6e834d88e
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..1661efc43a7cbd21a58ec41aa88f8bc04e80a153
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx"
@@ -0,0 +1,35 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..a8262efb5516f8581c7578b31c4e916c81bd1881
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.cs"
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ this.Label2.Text = System.DateTime.Now.ToString();
+ }
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label3.Text = "请确认您填写的信息:";
+ Label4.Text = "姓名:" + TextBox1.Text;
+ Label5.Text = "年龄:" + TextBox2.Text;
+ Label6.Text = "爱好:" + TextBox3.Text;
+
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..394e46be89902b8a3ece6770ae3619bfd83729d2
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.designer.cs"
@@ -0,0 +1,125 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..16a2e51c0795d73d6e095a24fc132edb1670807d
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..eff4f3ed56c5ae0c656d9ae5832c629930c84f53
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.cs"
@@ -0,0 +1,25 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null)
+ {
+ TextBox tb=(TextBox)PreviousPage.FindControl("TextBox1");
+ if (tb!=null)
+ {
+ Label1.Text = "恭喜" + tb.Text + "注册成功";
+ }
+ }
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..cb8c870dd444c5082e6d61b57b8e93eee2db2738
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..011d7fa837d92bfb4ce0b628e10595adee92a179
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm1.aspx"
@@ -0,0 +1,40 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..284551c9674cce5b754e40dd690ab954f374de80
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm1.aspx.cs"
@@ -0,0 +1,25 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label6.Text = System.DateTime.Now.ToString();
+ }
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label1.Text = TextBox1.Text;
+ Label7.Text = "请确认你输入的信息";
+ Label8.Text = "姓名:" + TextBox1.Text;
+ Label9.Text = "年龄:" + TextBox2.Text;
+ Label10.Text = "爱好:" + TextBox3.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..dea79ccbc7333337de79db560057ee5ac86565b5
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm1.aspx.designer.cs"
@@ -0,0 +1,161 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button3;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+
+ ///
+ /// Label8 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label8;
+
+ ///
+ /// Label9 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label9;
+
+ ///
+ /// Label10 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label10;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..ea51d40b5c43e37bd60658af60e94412d8af2555
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm2.aspx"
@@ -0,0 +1,22 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..5d489fb3a65d539f602d212a0bcb87123a958c21
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm2.aspx.cs"
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage != null)
+ {
+ TextBox xm = (TextBox)PreviousPage.FindControl("TextBox1");
+ TextBox nl = (TextBox)PreviousPage.FindControl("TextBox2");
+ TextBox ah= (TextBox)PreviousPage.FindControl("TextBox3");
+ if (xm != null)
+ {
+ Label1.Text = "姓名:"+xm.Text;
+ }
+ if (nl !=null)
+ {
+ Label2.Text = "年龄:"+xm.Text;
+ }
+ if (ah != null)
+ {
+ Label3.Text = "爱好:"+ah.Text;
+ }
+
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..100726673525733a2697ca4e39c59aa1db425578
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\241\256\350\256\244/WebForm2.aspx.designer.cs"
@@ -0,0 +1,53 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..ee1df519a73e3a19a42e0dd570d8aa1acf425acf
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx"
@@ -0,0 +1,43 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..bccc4f4d533ecf0e89eec35b96b8290170ae9b4e
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.cs"
@@ -0,0 +1,21 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ TextBox4.Text = "姓名:" + TextBox1.Text + "年龄:" + TextBox2.Text + "爱好:" + TextBox3.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..75748ca9488c84fe42f44d06adbe5c8356d84b2e
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// TextBox4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox4;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..f3fd5f7fd6162007e636133306722e8708c191db
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx"
@@ -0,0 +1,21 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..089ff1d11b62f6603c3150bf6305acb1be49e7fa
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.cs"
@@ -0,0 +1,39 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage != null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox1");
+ TextBox tb1 = (TextBox)PreviousPage.FindControl("TextBox2");
+ TextBox tb2 = (TextBox)PreviousPage.FindControl("TextBox3");
+ this.Label1.Text = "你好,当前时间为" + System.DateTime.Now.ToLongDateString();
+ if (tb != null)
+ {
+ this.Label3.Text = "姓名: " + tb.Text;
+
+ }
+ if (tb1 != null)
+ {
+
+ this.Label4.Text = "年龄: " + tb1.Text;
+ }
+ if (tb2 != null)
+ {
+
+ this.Label5.Text = "爱好: " + tb2.Text;
+ }
+
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..dcf0ae683c7c6a6f4e987e0260816332ac4f656c
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..5ab829e5bf119e9977d4e50babbc78552c8f7e8d
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx"
@@ -0,0 +1,37 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..59c60599878d9148086197742167e57631ef8f1e
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.cs"
@@ -0,0 +1,30 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ this.Label9.Text = System.DateTime.Now.ToString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label6.Text = TextBox1.Text;
+ Label7.Text = TextBox2.Text;
+ Label8.Text = TextBox3.Text;
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..b6fba751890943afbc38c153c7c88d0855bab242
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.designer.cs"
@@ -0,0 +1,152 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label9 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label9;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+
+ ///
+ /// Label8 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label8;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..dbe4ac478db6296a2e165e3976d053e136ccdfce
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..beede3475b253ce4837fae7367cb2b056582bbd1
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.cs"
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null)
+ {
+ TextBox a = (TextBox)PreviousPage.FindControl("TextBox1");
+ if (a != null)
+ {
+ Label1.Text = "恭喜" + a.Text + "注册成功";
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..d55810fa4923eec1328477007cd553c6e834d88e
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..958ce66a7fc2d9269445c21f7810455598eb0e17
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx"
@@ -0,0 +1,47 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ClientInfo.aspx.cs" Inherits="WebApplication1.ClientInfo" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..61af38203d984fa37dddbf10e4e3c5cbeedc92c9
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class ClientInfo : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..7fa908bbcafbc9d680a0f8a35d8a4566cec8bcd1
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx"
@@ -0,0 +1,22 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="jump.aspx.cs" Inherits="WebApplication1.jump" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..c1e0c47ff0f123835478d9f22b22cdaacb3d5f67
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx.cs"
@@ -0,0 +1,40 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class jump : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ if (PreviousPage !=null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox1");
+ TextBox tb1 = (TextBox)PreviousPage.FindControl("TextBox2");
+ TextBox tb2 = (TextBox)PreviousPage.FindControl("TextBox3");
+ this.Label1.Text = "你好,当前时间为" + System.DateTime.Now.ToLongDateString();
+ if (tb != null)
+ {
+ this.Label3.Text = "姓名: "+tb.Text;
+
+ }
+ if (tb1 != null)
+ {
+
+ this.Label4.Text = "年龄: " + tb1.Text;
+ }
+ if (tb2 != null)
+ {
+
+ this.Label5.Text = "爱好: " + tb2.Text;
+ }
+
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..6cbb6b91279d45d6a835e5b372d163758a7623cc
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx"
@@ -0,0 +1,33 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..c3119917bdd87d8d29365c2cee2a801e49171d24
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.cs"
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ this.TextBox4.Text = System.DateTime.Now.ToString();
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label6.Text = $"姓名:{TextBox1.Text}";
+ this.Label7.Text = $"年龄:{TextBox2.Text}";
+ this.Label8.Text = $"爱好:{TextBox3.Text}";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..68f51f434d4605696bf4896782fdf42426cba63d
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.designer.cs"
@@ -0,0 +1,152 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// TextBox4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox4;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+
+ ///
+ /// Label8 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label8;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..b456a6263cc8c1f68c9b5e8f214ae8dbe4993cac
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..0f30911df378cf87ea9c579c41e73a50ce34e9ec
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.cs"
@@ -0,0 +1,21 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage !=null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox4");
+ sj.Text = $"时间:{tb.Text}";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..3bd1d5a6c0f2d5cd83487d742e845ddf0bf48c60
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// sj 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label sj;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/.keep" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/.keep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..cfbf62218f39a893870faf24cdfbe8a430b71c35
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx"
@@ -0,0 +1,41 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..f65fb0454b5d1b00c88fe9a9751c2e7afbcf589c
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs"
@@ -0,0 +1,28 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ TextBox1.Text = "请输入姓名";
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label4.Text = System.DateTime.Now.ToString();
+ Label6.Text ="姓名:"+ TextBox1.Text;
+ Label7.Text ="年龄:"+TextBox2.Text;
+ Label8.Text ="爱好:"+TextBox3.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..d91be3afdcbe662ee733bf320afcb08a43e88151
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.designer.cs"
@@ -0,0 +1,143 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+
+ ///
+ /// Label8 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label8;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..5e210ddfce3215d3321b38c80a954bbdae11c74d
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm2.aspx"
@@ -0,0 +1,22 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..87e7ba4251ac48d2776539ccdd243bd7e1ac9e30
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm2.aspx.cs"
@@ -0,0 +1,25 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null)
+ {
+ TextBox tb=(TextBox) PreviousPage.FindControl("TextBox1");
+ TextBox tb1 = (TextBox)PreviousPage.FindControl("TextBox2");
+ TextBox tb2 = (TextBox)PreviousPage.FindControl("TextBox3");
+ this. Label1.Text ="姓名:" +tb.Text;
+ this.Label2.Text ="年龄:" +tb1.Text;
+ this.Label3.Text ="爱好:"+ tb2.Text;
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..100726673525733a2697ca4e39c59aa1db425578
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm2.aspx.designer.cs"
@@ -0,0 +1,53 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..c0cbe3afb67a43e190af2806fbe0889013271b7f
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm1.aspx"
@@ -0,0 +1,35 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..c665b593f45b19260b16995ded4f1ad1f927fe79
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm1.aspx.cs"
@@ -0,0 +1,29 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ this.Label2.Text = System.DateTime.Now.ToString();
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ this.Label3.Text = "请确认您填写的信息:";
+ this.Label4.Text = "姓名:" + TextBox1.Text;
+ this.Label5.Text = "年龄:" + TextBox2.Text;
+ this.Label6.Text = "爱好:" + TextBox3.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..91fd329c9465e6c26fab3be1713399673e31e1c3
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm1.aspx.designer.cs"
@@ -0,0 +1,125 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..758ec7a19391c41be876a563eb13024ff1465962
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..fd1944a2016d2959602f1a5455f6fc61fb23373a
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm2.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null) {
+ TextBox a = (TextBox)PreviousPage.FindControl("TextBox1");
+ if (a != null) {
+ Label7.Text ="恭喜 "+ a.Text + " 登记成功!";
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..30ceb63db95f0c8e3ca084d9f84ac32a81682ef7
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..5cff7e06c62a5d2d46271ae005ed9485e6167c59
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm1.aspx"
@@ -0,0 +1,38 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..736828404e22ff02de3ff1cdcb46cb2c603f8192
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm1.aspx.cs"
@@ -0,0 +1,29 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (IsPostBack)
+ {
+ Label2.Text = System.DateTime.Now.ToShortDateString() + "/" + System.DateTime.Now.ToShortTimeString();
+ }
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label6.Text = "请确认您填写的信息";
+ Label3.Text = "姓名:"+TextBox1.Text;
+ Label4.Text = "年龄:"+TextBox2.Text;
+ Label5.Text = "爱好:"+TextBox3.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..a12ca91d3aa0e6133955dca961e1a204a6cc2946
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm1.aspx.designer.cs"
@@ -0,0 +1,125 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm3.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm3.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..17b15dbdab21006646df83dc85f9ebf0713e98d3
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm3.aspx"
@@ -0,0 +1,18 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm3.aspx.cs" Inherits="WebApplication2.WebForm3" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm3.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm3.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..e6b7011f2da3a9a03c9cc1c612fdc5abdef19b83
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm3.aspx.cs"
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm3 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox1");
+ if (tb!=null)
+ {
+ Label1.Text = "欢迎来到这里!!!! 恭喜" + tb.Text + "登录成功";
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm3.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm3.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..175d4293dd9421181ad76966aa9b7fba154ed8ad
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/WebForm3.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm3
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..f298ca726adfaa7eb5ed4bffd4a3394523643449
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx"
@@ -0,0 +1,30 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication3.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..8b3017670ca8c05584cfc9a13e439bcdb93237f5
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx.cs"
@@ -0,0 +1,30 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication3
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (Page.IsPostBack)
+ {
+ ViewState["aaa"] = System.DateTime.Now.ToLongTimeString();
+ }
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label2.Text = "你好当前时间为:" + (string)ViewState["aaa"];
+ Label3.Text = "请确认你的信息";
+ Label4.Text = "姓名:" + TextBox1.Text;
+ Label5.Text = "年龄:" + TextBox2.Text;
+ Label6.Text = "爱好:" + TextBox3.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..46f37d84cb157f714da710aec3abdcefcc373df5
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication3.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..9e81579212b74ae43ac359f3575b1212aba6c47f
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm2.aspx.cs"
@@ -0,0 +1,21 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication3
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!Page.IsPostBack)
+ {
+ TextBox aa = (TextBox)PreviousPage.FindControl("TextBox1");
+ Label1.Text = aa.Text+"欢迎来到本页面";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/.keep" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/.keep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..225f71466720d07ec2acca44e55a70f29e079b29
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/WebForm1.aspx"
@@ -0,0 +1,35 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
顾客信息登记
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..d4e40ee6d589e7e843abb4a33ffb862a8397b8ad
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/WebForm1.aspx.cs"
@@ -0,0 +1,29 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label2.Text = System.DateTime.Now.ToShortDateString();
+ }
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ ViewState["TempValue"] = this.TextBox1.Text;
+ this.Label3.Text = $"请确认您填写的信息:";
+ this.Label4.Text = $"姓名:{this.TextBox1.Text}:";
+ this.Label5.Text = $"年龄:{this.TextBox2.Text}:";
+ this.Label6.Text = $"爱好:{this.TextBox3.Text}:";
+ }
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ ViewState["TempValue"] = this.TextBox1.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/GuestInfo.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/GuestInfo.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..b03c872cd150e2b1113b56239fecd243d662103d
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/GuestInfo.aspx"
@@ -0,0 +1,44 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="GuestInfo.aspx.cs" Inherits="_2021_6_10.GuestInfo" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/GuestInfo.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/GuestInfo.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..3e35cc7c36c814eabf94b388d35cfea801b411b8
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/GuestInfo.aspx.cs"
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace _2021_6_10
+{
+ public partial class GuestInfo : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ time.Text = $"您好:当前时间是:{System.DateTime.Now.ToString()}";
+ }
+ }
+
+ protected void submit_Click(object sender, EventArgs e)
+ {
+ reminder.Text = "请确认您填写的信息:";
+ guestInfo.Text = $"姓名:{name.Text} 年龄:{age.Text} 爱好:{hobby.Text}";
+ }
+
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/GuestInfo.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/GuestInfo.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..72a64832a3c624be1cfa791c16d2a681a76de001
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/GuestInfo.aspx.designer.cs"
@@ -0,0 +1,98 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace _2021_6_10
+{
+
+
+ public partial class GuestInfo
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// name 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox name;
+
+ ///
+ /// age 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox age;
+
+ ///
+ /// hobby 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox hobby;
+
+ ///
+ /// submit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button submit;
+
+ ///
+ /// skip 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button skip;
+
+ ///
+ /// time 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label time;
+
+ ///
+ /// reminder 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label reminder;
+
+ ///
+ /// guestInfo 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label guestInfo;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Success.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Success.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..f4839315b1660dc97babe237a3331a86cf166382
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Success.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Success.aspx.cs" Inherits="_2021_6_10.Success" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Success.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Success.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..4592d9df7f5580beb21c6526ef987cf35d6ff26d
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Success.aspx.cs"
@@ -0,0 +1,21 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace _2021_6_10
+{
+ public partial class Success : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage != null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("name");
+ welcome.Text = $"你好{tb.Text}";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Success.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Success.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..7bef2d68bad788e11f605f299129d083f533582b
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Success.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace _2021_6_10
+{
+
+
+ public partial class Success
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// welcome 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label welcome;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..fd2627afd6e58babd926e693634f819227354dec
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx"
@@ -0,0 +1,37 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..8d6f3acaea659d02da52c7ef2b5cabaed47d3c31
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (PreviousPage != null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox3,TextBox2");
+ if (tb != null)
+ {
+ Label2.Text = tb.Text;
+ }
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.Label5.Text = TextBox2.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..42076de1fe2083879b72471b4c463567d7b46a4d
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.designer.cs"
@@ -0,0 +1,125 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..13f92dab0307e8c2fd319df1dfc02c63ee86bdeb
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm2.aspx"
@@ -0,0 +1,25 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..8252dd0d28fb5162e8b0af8e924b87466da36d24
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm2.aspx.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 WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage != null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox3");
+ if (tb != null)
+ {
+ Label2.Text = tb.Text;
+ }
+ }
+ this.Label1.Text = System.DateTime.Now.ToString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..530b5f26be959b1e86c391d342cc1d9679598d14
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm2.aspx.designer.cs"
@@ -0,0 +1,53 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..2a6ec6e35294bfa78ccd5951c385aa95342aebe0
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm1.aspx"
@@ -0,0 +1,36 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
顾客信息登记
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..350002a980371767e77fe213a6be89a94738b929
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm1.aspx.cs"
@@ -0,0 +1,30 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label2.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ ViewState["TempValue"] = this.TextBox1.Text;
+ this.Label3.Text = $"请确认您填写的信息:";
+ this.Label4.Text = $"姓名:{this.TextBox1.Text}:";
+ this.Label5.Text = $"年龄:{this.TextBox2.Text}:";
+ this.Label6.Text = $"爱好:{this.TextBox3.Text}:";
+ }
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ ViewState["TempValue"] = this.TextBox1.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..ea9991a57d1d1036d110e645d0a709870431f412
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm1.aspx.designer.cs"
@@ -0,0 +1,125 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..95957f2b0379f2c7aa590c307aa68dd3773ef86f
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..ab8988e33ea538119aa2ef17007a418fd48b9a94
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm2.aspx.cs"
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox1");
+ if (tb!=null)
+ {
+ Label1.Text = "欢迎你!"+ tb.Text;
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..d55810fa4923eec1328477007cd553c6e834d88e
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..0548453468f6713e132c931eec4d4f9029946b87
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx"
@@ -0,0 +1,33 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="张三.aspx.cs" Inherits="WebApplication1.张三" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..edc07d0a2f0c6b45dab100502a6402e68f1f6fd6
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.cs"
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class 张三 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label3.Text = System.DateTime.Now.ToString();
+
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label4.Text = "请确认您填写的信息!";
+ this.Label5.Text = "姓名:" + this.name.Text;
+ this.Label6.Text = "年龄:" + this.age.Text;
+ this.Label7.Text = "姓名:" + this.aihao.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..397eb32553a3635abdf7b6539a4bbbdde83993e1
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.designer.cs"
@@ -0,0 +1,134 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class 张三
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// name 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox name;
+
+ ///
+ /// age 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox age;
+
+ ///
+ /// aihao 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox aihao;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..bb2d03c4637d3aa55570ad3ad631af5862038ae3
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx"
@@ -0,0 +1,18 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="张三2.aspx.cs" Inherits="WebApplication1.张三2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..4c09ed4f12305089e3a5b9135394b2b640bab8c5
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.cs"
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class 张三2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("name");
+ if (tb!=null)
+ {
+ this.TextBox1.Text ="姓名:"+ tb.Text;
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..22f5799503c360d2ecf2e70c141a04d4ffcfef08
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class 张三2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..892110fd3dad6ef342ef0654fa311a3cef0db74b
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx"
@@ -0,0 +1,38 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..8378176dcf94d998f57dbda34ee8a7710cbdc376
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.TextBox4.Text = System.DateTime.Now.ToLongDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label1.Text = "请确认登录信息";
+ Label4.Text = "姓名:"+TextBox1.Text;
+ Label5.Text = "年龄:"+TextBox2.Text;
+ Label6.Text = "爱好:"+TextBox3.Text;
+
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+
+
+ }
+
+
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..1f6e53003152aab0f32d61f4182a09d3badefa3e
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.designer.cs"
@@ -0,0 +1,125 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// TextBox4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox4;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..16a2e51c0795d73d6e095a24fc132edb1670807d
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..fcd1cf86bc0e40f4fb14d43a2495f42a1fed8737
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx.cs"
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox1");
+ if (tb!=null)
+ {
+ Label1.Text = "恭喜"+tb.Text + "注册成功";
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..cb8c870dd444c5082e6d61b57b8e93eee2db2738
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/.keep" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/.keep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..1c10b8783dcf4f95c412c9b40d9bdf4dd88edc11
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx"
@@ -0,0 +1,34 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..d8ce68667fb0ccb96ab52e044ddb836afa3d703a
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.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 WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label2.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ ViewState["TempValue"] = this.TextBox1.Text;
+ this.Label3.Text = $"请确认您填写的信息:";
+ this.Label4.Text = $"姓名:{this.TextBox1.Text}:";
+ this.Label5.Text = $"年龄:{this.TextBox2.Text}:";
+ this.Label6.Text = $"爱好:{this.TextBox3.Text}:";
+ }
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ ViewState["TempValue"] = this.TextBox1.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..8efdae4eb3961b408ad48ee86b6a1a499d925b8b
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.designer.cs"
@@ -0,0 +1,123 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2 {
+
+
+ public partial class WebForm1 {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..11945c01b553b0b09e6939f6eaefd5ddf7da2657
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm2.aspx"
@@ -0,0 +1,18 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..1e8369960c0e097a37f9fb1f110e7285f5abfc21
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm2.aspx.cs"
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage != null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox1");
+ if (tb != null)
+ {
+ Label1.Text = "欢迎你!" + tb.Text;
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..0cad0ddde3f1ada6c91fde3931127795201b29e4
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm2.aspx.designer.cs"
@@ -0,0 +1,33 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2 {
+
+
+ public partial class WebForm2 {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..67612e72e6dc83725f52d47ca1e79acb0a6e94a4
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx"
@@ -0,0 +1,39 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..2680e7f20e2611906d96e0309705737e9d127928
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.cs"
@@ -0,0 +1,29 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label6.Text = System.DateTime.Now.ToLongDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ Label2.Text = "请确认你输入的信息";
+ Label3.Text = "姓名:" + TextBox1.Text;
+ Label4.Text = "年龄:" + TextBox2.Text;
+ Label6.Text = "爱好:" + TextBox3.Text;
+ }
+ protected void TextBox3_TextChanged(object sender, EventArgs e)
+ {
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..93166d3b3b37d1da8ca7aabe0bddd7ce856afc8d
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.designer.cs"
@@ -0,0 +1,125 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..ea51d40b5c43e37bd60658af60e94412d8af2555
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx"
@@ -0,0 +1,22 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..94f64fd1b7a26a3ba4114f801b6539094a2036a3
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.cs"
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage != null)
+ {
+ TextBox name = (TextBox)PreviousPage.FindControl("TextBox1");
+ TextBox age = (TextBox)PreviousPage.FindControl("TextBox2");
+ TextBox hobby = (TextBox)PreviousPage.FindControl("TextBox3");
+ if (name != null)
+ {
+ Label1.Text = "姓名:" + name.Text;
+ }
+ if (age != null)
+ {
+ Label2.Text = "年龄:" + age.Text;
+ }
+ if (hobby != null)
+ {
+ Label3.Text = "爱好:" + hobby.Text;
+ }
+
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..100726673525733a2697ca4e39c59aa1db425578
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.designer.cs"
@@ -0,0 +1,53 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..02ca84908e091f2d997edf3ad31314799f6ff7fd
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/WebForm1.aspx"
@@ -0,0 +1,69 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..1b338ed7a490577f5d05a861ceb76720a5807670
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/WebForm1.aspx.cs"
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (IsPostBack)
+ {
+ this.Label2.Text = "您好,当前的时间是:"+System.DateTime.Now.ToString();
+
+ }
+ this.Label3.Text = "请确认您填写的信息:";
+ this.Label4.Text = $"姓名:{TextBox1.Text}";
+ this.Label5.Text = $"姓名:{TextBox2.Text}";
+ this.Label6.Text = $"姓名:{TextBox4.Text}";
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..1978b25575ce58b92079d40fd34852229229a38b
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/WebForm2.aspx"
@@ -0,0 +1,27 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..d5cfe993f0c302128e4f5b87e56f44b520aa9fb5
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/WebForm2.aspx.cs"
@@ -0,0 +1,37 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage != null)
+ {
+ TextBox tb1 = (TextBox)PreviousPage.FindControl("TextBox1");
+ TextBox tb2 = (TextBox)PreviousPage.FindControl("TextBox2");
+ TextBox tb3 = (TextBox)PreviousPage.FindControl("TextBox3");
+
+ if (tb1 != null)
+ {
+ Label2.Text = "姓名:"+tb1.Text;
+
+ }
+ if (tb2 != null)
+ {
+ Label3.Text = "年龄:"+tb2.Text;
+ }
+ if (tb3 != null)
+ {
+ Label4.Text = "爱好:"+tb3.Text;
+ }
+
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..589105dad26373e940f0745e341be7ab290c133d
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm1.aspx"
@@ -0,0 +1,31 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="Demo0610.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..996d1038481c19bfd6d2f62a4c625a5cfa4ca5e4
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm1.aspx.cs"
@@ -0,0 +1,28 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace Demo0610
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label2.Text = System.DateTime.Now.ToLongDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label5.Text = "请确认你填写的信息!";
+ Label4.Text ="姓名:"+ TextBox1.Text+"
"+"年龄:"+ TextBox2.Text+"
"+"爱好:" + TextBox3.Text;
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..b43d1f0e614ccd5a10a9db9377e4bb9e71a99b8a
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace Demo0610
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..e173ca8cecc12a5a94d34fb5aa5cdbbb56f49f02
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx"
@@ -0,0 +1,19 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="Demo0610.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..29f1614ad058cddc64e27e98e8092f58de0b1ca3
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.cs"
@@ -0,0 +1,25 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace Demo0610
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ if (PreviousPage!=null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox1");
+ if (tb!=null)
+ {
+ Label2.Text = "恭喜"+tb.Text+"注册成功!";
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..f9d3f49e29f51a9e595adf3591334f5db55031b4
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.designer.cs"
@@ -0,0 +1,44 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace Demo0610
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+ }
+}
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/Global.asax.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/Global.asax.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..f4037956f6777d26d797ca7c39764011cf9538a9
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/Global.asax.cs"
@@ -0,0 +1,56 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.Security;
+using System.Web.SessionState;
+using System.Web.UI;
+
+namespace work0611
+{
+ public class Global : System.Web.HttpApplication
+ {
+
+ protected void Application_Start(object sender, EventArgs e)
+ {
+ ScriptManager.ScriptResourceMapping.AddDefinition("jquery", new ScriptResourceDefinition
+ {
+ Path = "~/scripts/jquery-3.5.1.min.js",
+ DebugPath = "~/scripts/jquery-3.5.1.js",
+ CdnPath = "http://ajax.microsoft.com/ajax/jQuery/jquery-3.5.1.min.js",
+ CdnDebugPath =
+ "http://ajax.microsoft.com/ajax/jQuery/jquery-3.5.1.js"
+ });
+ }
+
+ protected void Session_Start(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_BeginRequest(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_AuthenticateRequest(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_Error(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Session_End(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_End(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/Login.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/Login.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..c6374f7eb8b4f1c12757dfe32138c1f3ccbb45f6
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/Login.aspx"
@@ -0,0 +1,53 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="work0611.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/Login.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/Login.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..309420e94c84c3d29b62160335f368c3ad768000
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/Login.aspx.cs"
@@ -0,0 +1,60 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace work0611
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ RangeValidator2.MaximumValue = DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (ful.HasFile == true)
+ {
+ string fileName = ful.FileName;
+ if (fileName.EndsWith(".jpg") || fileName.EndsWith(".jpeg") || fileName.EndsWith(".png") || fileName.EndsWith(".gif"))
+ {
+ string url = Server.MapPath(@"~\imgs\" + fileName);
+ ful.SaveAs(url);
+ Image1.ImageUrl = @"~\imgs\" + fileName;
+ }
+ else
+ {
+ this.ClientScript.RegisterClientScriptBlock(GetType(), "提示", "");
+ //Literal1.Text = "";
+ //Literal1.Text = "文件格式不正确!";
+ return;
+ }
+ }
+ else
+ {
+ Literal1.Text = "";
+ //Literal1.Text = "上传的文件不能为空!!";
+ return;
+ }
+ if (Page.IsValid)
+ {
+ Literal1.Text = "注册成功!
点击跳转到登录页面";
+ }
+ }
+
+ protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args)
+ {
+ if (args.Value == "admin")
+ {
+ args.IsValid = false;
+ }
+ else
+ {
+ args.IsValid = true;
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/Login.aspx.designer.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/Login.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..44059d1fa61f99f00d8c98c1c3311f803ffbdc72
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/Login.aspx.designer.cs"
@@ -0,0 +1,260 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace work0611
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// userName 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox userName;
+
+ ///
+ /// CustomValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CustomValidator CustomValidator1;
+
+ ///
+ /// RequiredFieldValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1;
+
+ ///
+ /// password 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox password;
+
+ ///
+ /// RequiredFieldValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator2;
+
+ ///
+ /// ConfirmPassword 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox ConfirmPassword;
+
+ ///
+ /// CompareValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CompareValidator CompareValidator1;
+
+ ///
+ /// RequiredFieldValidator3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator3;
+
+ ///
+ /// age 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox age;
+
+ ///
+ /// RangeValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RangeValidator RangeValidator1;
+
+ ///
+ /// RequiredFieldValidator4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator4;
+
+ ///
+ /// birthday 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox birthday;
+
+ ///
+ /// RequiredFieldValidator5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator5;
+
+ ///
+ /// RegularExpressionValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator1;
+
+ ///
+ /// RangeValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RangeValidator RangeValidator2;
+
+ ///
+ /// GraduationTime 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox GraduationTime;
+
+ ///
+ /// CompareValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CompareValidator CompareValidator2;
+
+ ///
+ /// email 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox email;
+
+ ///
+ /// RegularExpressionValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator2;
+
+ ///
+ /// RequiredFieldValidator7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator7;
+
+ ///
+ /// ful 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.FileUpload ful;
+
+ ///
+ /// Literal2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Literal Literal2;
+
+ ///
+ /// Image1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Image Image1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Literal1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Literal Literal1;
+
+ ///
+ /// ValidationSummary1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.ValidationSummary ValidationSummary1;
+ }
+}
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/LoginSuccessful.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/LoginSuccessful.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..70d178b775bf52da0ee6f686e8c18b8eea2bcf1c
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/LoginSuccessful.aspx"
@@ -0,0 +1,19 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LoginSuccessful.aspx.cs" Inherits="work0611.LoginSuccessful" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/LoginSuccessful.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/LoginSuccessful.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..ba06cd26cd7e474f09b95ea7fc7265cf98df24fc
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/LoginSuccessful.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 work0611
+{
+ public partial class LoginSuccessful : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/LoginSuccessful.aspx.designer.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/LoginSuccessful.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..6e2e888eba24dd64ab43c4ea2c3969df2504e8da
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/LoginSuccessful.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace work0611
+{
+
+
+ public partial class LoginSuccessful
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+ }
+}
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Global.asax" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Global.asax"
new file mode 100644
index 0000000000000000000000000000000000000000..efc9c4725d043e08250bc7d3dbb6600d66020aa1
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Global.asax"
@@ -0,0 +1 @@
+<%@ Application Codebehind="Global.asax.cs" Inherits="WebApplication6._14.Global" Language="C#" %>
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Global.asax.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Global.asax.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..c3b8ec00389913b4420a2564d248e5a0c84d1028
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Global.asax.cs"
@@ -0,0 +1,55 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.Security;
+using System.Web.SessionState;
+using System.Web.UI;
+
+namespace WebApplication6._14
+{
+ public class Global : System.Web.HttpApplication
+ {
+
+ protected void Application_Start(object sender, EventArgs e)
+ {
+ ScriptManager.ScriptResourceMapping.AddDefinition("jquery", new ScriptResourceDefinition
+ {
+ Path = "~/scripts/jquery-3.5.1.min.js",
+ DebugPath = "~/scripts/jquery-3.5.1.js",
+ CdnPath = "http://ajax.microsoft.com/ajax/jQuery/jquery-3.5.1.min.js",
+ CdnDebugPath ="http://ajax.microsoft.com/ajax/jQuery/jquery-3.5.1.js"
+ });
+ }
+
+ protected void Session_Start(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_BeginRequest(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_AuthenticateRequest(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_Error(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Session_End(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_End(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Login.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Login.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..c1adb9985766b2c47a8d0af8e04758d5a97384e4
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Login.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="WebApplication6._14.Login" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Login.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Login.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..c144c257129c51d957b149e33b1e073136331516
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Login.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 WebApplication6._14
+{
+ public partial class Login : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Login.aspx.designer.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Login.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..703996b230865918bc40d296b19f30a826fe532a
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Login.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication6._14
+{
+
+
+ public partial class Login
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Literal1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Literal Literal1;
+ }
+}
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Page.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Page.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..7bb3832696d4a7a1cd11b7580176c36dcd044310
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Page.aspx"
@@ -0,0 +1,58 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Page.aspx.cs" Inherits="WebApplication6._14.Page" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Page.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Page.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..090ceea5844427f5b0fc2d5cf173c8413725b999
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Page.aspx.cs"
@@ -0,0 +1,61 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication6._14
+{
+ public partial class Page : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ RangeValidator2.MaximumValue = DateTime.Now.ToShortDateString();
+ }
+
+ protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args)
+ {
+ if (args.Value == "admin")
+ {
+ args.IsValid = false;
+ }
+ else
+ {
+ args.IsValid = true;
+ }
+ }
+
+ protected void Submit_Click(object sender, EventArgs e)
+ {
+ if (Picture.HasFile)
+ {
+ string fileName = Picture.FileName;
+ if (fileName.EndsWith(".jpg") || fileName.EndsWith(".jpeg") || fileName.EndsWith(".png") || fileName.EndsWith(".gif"))
+ {
+ string url = Server.MapPath(@"~\img\"+fileName);
+ Picture.SaveAs(url);
+ LookOver.ImageUrl = @"~\img\"+fileName;
+ }
+ else
+ {
+ ClientScript.RegisterClientScriptBlock(GetType(),"警告", "");
+ error.Text = @"文件格式错误,仅能上传jpg\jpeg\png\gif文件";
+ return;
+ }
+ }
+ else
+ {
+ ClientScript.RegisterClientScriptBlock(GetType(), "警告", "");
+ error.Text = "不能上传空文件";
+ return;
+ }
+
+
+ if (Page.IsValid)
+ {
+ Jump.Text = @"注册成功!
点击跳转登入页面";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Page.aspx.designer.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Page.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..f5f31b672375e191ace57beac1e1325d31fd22d8
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/Page.aspx.designer.cs"
@@ -0,0 +1,224 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication6._14
+{
+
+
+ public partial class Page
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Name 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox Name;
+
+ ///
+ /// RequiredFieldValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1;
+
+ ///
+ /// CustomValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CustomValidator CustomValidator1;
+
+ ///
+ /// Password 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox Password;
+
+ ///
+ /// RequiredFieldValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator2;
+
+ ///
+ /// ConfirmPassword 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox ConfirmPassword;
+
+ ///
+ /// CompareValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CompareValidator CompareValidator1;
+
+ ///
+ /// Age 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox Age;
+
+ ///
+ /// RangeValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RangeValidator RangeValidator1;
+
+ ///
+ /// Birth 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox Birth;
+
+ ///
+ /// RangeValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RangeValidator RangeValidator2;
+
+ ///
+ /// RegularExpressionValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator1;
+
+ ///
+ /// GraduateTime 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox GraduateTime;
+
+ ///
+ /// CompareValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CompareValidator CompareValidator2;
+
+ ///
+ /// Email 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox Email;
+
+ ///
+ /// RegularExpressionValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator2;
+
+ ///
+ /// Picture 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.FileUpload Picture;
+
+ ///
+ /// error 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Literal error;
+
+ ///
+ /// LookOver 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Image LookOver;
+
+ ///
+ /// Submit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Submit;
+
+ ///
+ /// Jump 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Jump;
+
+ ///
+ /// ValidationSummary1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.ValidationSummary ValidationSummary1;
+ }
+}
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/Global.asax.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/Global.asax.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..7e10df07a1c80dc651ea1fadd8fe537ade33432f
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/Global.asax.cs"
@@ -0,0 +1,56 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.Security;
+using System.Web.SessionState;
+using System.Web.UI;
+
+namespace WebApplication1
+{
+ public class Global : System.Web.HttpApplication
+ {
+
+ protected void Application_Start(object sender, EventArgs e)
+ {
+ ScriptManager.ScriptResourceMapping.AddDefinition("jquery", new ScriptResourceDefinition
+ {
+ Path = "~/scripts/jquery-3.5.1.min.js",
+ DebugPath = "~/scripts/jquery-3.5.1.js",
+ CdnPath = "http://ajax.microsoft.com/ajax/jQuery/jquery-3.5.1.min.js",
+ CdnDebugPath =
+ "http://ajax.microsoft.com/ajax/jQuery/jquery-3.5.1.js"
+ });
+ }
+
+ protected void Session_Start(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_BeginRequest(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_AuthenticateRequest(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_Error(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Session_End(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_End(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..734d38cf4bbc9d7dc6908b98862a2a4cb070b8bd
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx"
@@ -0,0 +1,40 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..de58257c748c72e17c2657f19cdf5adece4e473f
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx.cs"
@@ -0,0 +1,54 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ RangeValidator2.MaximumValue = DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (F.HasFile == true)
+ {
+ string fileName = F.FileName;
+ if (fileName.EndsWith(".jpg") || fileName.EndsWith(".jpeg") || fileName.EndsWith(".png") || fileName.EndsWith(".gif"))
+ {
+ F.SaveAs(Server.MapPath(@"~\img\" + fileName));
+ Image1.ImageUrl = @"~\img\" + fileName;
+ }
+ else
+ {
+ Literal1.Text = "文件格式不正确!";
+ return;
+ }
+ }
+ else {
+ Literal1.Text = "上传的文件不能为空!";
+ return;
+ }
+ if (Page.IsValid)
+ {
+ Literal1.Text = $"注册成功!
点击跳转页面";
+ }
+ }
+
+ protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args)
+ {
+ if (args.Value == "admin")
+ {
+ args.IsValid = false;
+ }
+ else {
+ args.IsValid = true;
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/packages.config" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/packages.config"
new file mode 100644
index 0000000000000000000000000000000000000000..55d586f298b3db92a2c0f2f3d977c58173f19b54
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/packages.config"
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..5ea689d6164062bca9369ce671dae9e7cff4fad2
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx"
@@ -0,0 +1,40 @@
+
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..3cf98020b395c1b6eb05bee6db7ada7b8ea93a81
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx.cs"
@@ -0,0 +1,55 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ RangeValidator2.MaximumValue = DateTime.Now.ToShortDateString();
+ }
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ //if (F.HasFile == true)
+ //{
+ // string fileName = F.FileName;
+ // if (fileName.EndsWith(".jpg") || fileName.EndsWith(".jpeg") || fileName.EndsWith(".png") || fileName.EndsWith(".gif"))
+ // {
+ // F.SaveAs(Server.MapPath(@"~\img\" + fileName));
+ // Image1.ImageUrl = @"~\img\" + fileName;
+ // }
+ // else
+ // {
+ // Literal1.Text = "文件格式不正确!";
+ // return;
+ // }
+ //}
+ //else
+ //{
+ // Literal1.Text = "上传的文件不能为空!";
+ // return;
+ //}
+ if (Page.IsValid)
+ {
+ Literal1.Text = $"注册成功!
点击跳转页面";
+ }
+ }
+
+ protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args)
+ {
+ if (args.Value == "admin")
+ {
+ args.IsValid = false;
+ }
+ else
+ {
+ args.IsValid = true;
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Global.asax" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Global.asax"
new file mode 100644
index 0000000000000000000000000000000000000000..01df66f21bff5537e20b7e45865de3d22fa25c8a
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Global.asax"
@@ -0,0 +1 @@
+<%@ Application Codebehind="Global.asax.cs" Inherits="_2021_6_11.Global" Language="C#" %>
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Global.asax.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Global.asax.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..52d1a52690d46aefc8703e04e7ac9c0226efa75c
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Global.asax.cs"
@@ -0,0 +1,56 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.Security;
+using System.Web.SessionState;
+using System.Web.UI;
+
+namespace _2021_6_11
+{
+ public class Global : System.Web.HttpApplication
+ {
+
+ protected void Application_Start(object sender, EventArgs e)
+ {
+ ScriptManager.ScriptResourceMapping.AddDefinition("jquery", new ScriptResourceDefinition
+ {
+ Path = "~/scripts/jquery-3.5.1.min.js",
+ DebugPath = "~/scripts/jquery-3.5.1.js",
+ CdnPath = "http://ajax.microsoft.com/ajax/jQuery/jquery-3.5.1.min.js",
+ CdnDebugPath =
+ "http://ajax.microsoft.com/ajax/jQuery/jquery-3.5.1.js"
+ });
+ }
+
+ protected void Session_Start(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_BeginRequest(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_AuthenticateRequest(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_Error(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Session_End(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_End(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/WebForm1.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..bfa13087aefc4015e2feb4bf24b238170c04a5a6
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/WebForm1.aspx"
@@ -0,0 +1,48 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="_2021_6_11.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/WebForm1.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..c43592b334d543c6b36b80c8e1be0af7636a39f0
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/WebForm1.aspx.cs"
@@ -0,0 +1,60 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace _2021_6_11
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ timeJudge.MaximumValue = DateTime.Now.ToShortDateString();
+ }
+
+ protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args)
+ {
+ if (args.Value.Equals("admin"))
+ {
+ args.IsValid = false;
+ }
+ else
+ {
+ args.IsValid = true;
+ }
+ }
+
+ protected void Unnamed_Click(object sender, EventArgs e)
+ {
+ if (via.HasFile)
+ {
+ string fileName = via.FileName;
+ if (fileName.EndsWith(".jpg") || fileName.EndsWith(".jpeg") || fileName.EndsWith(".png") || fileName.EndsWith(".gif"))
+ {
+ string url = Server.MapPath(@"~\img\"+fileName);
+ via.SaveAs(url);
+ viaView.ImageUrl = @"~\img\" + fileName;
+ }
+ else
+ {
+ ClientScript.RegisterClientScriptBlock(GetType(),"警告", "");
+ err.Text = @"文件格式错误,仅能上传jpg\jpeg\png\gif文件";
+ return;
+ }
+ }
+ else
+ {
+ ClientScript.RegisterClientScriptBlock(GetType(), "警告", "");
+ err.Text = "不能上传空文件";
+ return;
+ }
+
+ if (Page.IsValid)
+ {
+ Response.Write(@"注册成功!
点击跳转下一页");
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/WebForm1.aspx.designer.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..bc99a510bb91a5edb9eae46dfe23262325dc165a
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/WebForm1.aspx.designer.cs"
@@ -0,0 +1,179 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace _2021_6_11
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// account 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox account;
+
+ ///
+ /// CustomValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CustomValidator CustomValidator1;
+
+ ///
+ /// password 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox password;
+
+ ///
+ /// rePass 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox rePass;
+
+ ///
+ /// compareToPassword 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CompareValidator compareToPassword;
+
+ ///
+ /// birthday 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox birthday;
+
+ ///
+ /// timeJudge 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RangeValidator timeJudge;
+
+ ///
+ /// date 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator date;
+
+ ///
+ /// graduationDate 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox graduationDate;
+
+ ///
+ /// graduaDate 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator graduaDate;
+
+ ///
+ /// CompareValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CompareValidator CompareValidator1;
+
+ ///
+ /// age 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox age;
+
+ ///
+ /// email 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox email;
+
+ ///
+ /// RegularExpressionValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator1;
+
+ ///
+ /// via 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.FileUpload via;
+
+ ///
+ /// err 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Literal err;
+
+ ///
+ /// viaView 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Image viaView;
+ }
+}
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/login.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/login.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..a49fb79aa29a535d02ef1e51caa542b50f4d038c
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/login.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="login.aspx.cs" Inherits="_2021_6_11.login" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/login.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/login.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..053dad91a0f7d6b80e154f7a0b7e802de7b48145
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/login.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 _2021_6_11
+{
+ public partial class login : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/login.aspx.designer.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/login.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..0b3b4b3abb21601004d7dc8d2f347c64afbc3989
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/login.aspx.designer.cs"
@@ -0,0 +1,26 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace _2021_6_11
+{
+
+
+ public partial class login
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+ }
+}
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..de5ee7bc1d19175b58747a92615d92a4820603ec
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx"
@@ -0,0 +1,35 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="Demo03.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..01cd18e1cabdaad185c10f59e635285fe9bf73da
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.cs"
@@ -0,0 +1,43 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace Demo03
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ RangeValidator2.MaximumValue = DateTime.Now.ToShortDateString();
+ }
+ protected void RangeValidator2_DataBinding(object sender, EventArgs e)
+ {
+
+ }
+ protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args)
+ {
+ if (args.Value=="admin")
+ {
+ args.IsValid = false;
+ }
+ else
+ {
+ args.IsValid = true;
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ if (Page.IsValid)
+ {
+ Literal1.Text = "注册成功!
点击跳转到登入页面";
+ }
+ }
+
+
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.designer.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..c1c8a8a2f4a594261ebf35c95c1ae92d17c370c1
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.designer.cs"
@@ -0,0 +1,206 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace Demo03
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// CustomValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CustomValidator CustomValidator1;
+
+ ///
+ /// RequiredFieldValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// RequiredFieldValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// CompareValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CompareValidator CompareValidator1;
+
+ ///
+ /// TextBox4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox4;
+
+ ///
+ /// RangeValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RangeValidator RangeValidator1;
+
+ ///
+ /// TextBox5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox5;
+
+ ///
+ /// RangeValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RangeValidator RangeValidator2;
+
+ ///
+ /// RegularExpressionValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator1;
+
+ ///
+ /// TextBox6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox6;
+
+ ///
+ /// CompareValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CompareValidator CompareValidator2;
+
+ ///
+ /// RegularExpressionValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator2;
+
+ ///
+ /// TextBox7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox7;
+
+ ///
+ /// RegularExpressionValidator3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Literal1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Literal Literal1;
+
+ ///
+ /// ValidationSummary1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.ValidationSummary ValidationSummary1;
+ }
+}
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm2.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..1d7277ac6e66387fc42ea5142216df16193ae73b
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="Demo03.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm2.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..8aed48d329297bdcf32f93f7f8796cda3e6030ec
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm2.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 Demo03
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm2.aspx.designer.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..86519e13cbbc49e2ca0c0ccb6d7be024eeae738e
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm2.aspx.designer.cs"
@@ -0,0 +1,26 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace Demo03
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+ }
+}
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Global.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Global.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..ea28962a17a266fd33df2c7b8e14c1c7d390cbb3
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Global.aspx"
@@ -0,0 +1,2 @@
+
+<%@ Application Codebehind="Global.aspx.cs" Inherits="WebApplication1.Global" Language="C#" %>
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Global.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Global.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..ee69b8b8ca804b0f24a618b3425f77151867f217
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Global.aspx.cs"
@@ -0,0 +1,56 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.Security;
+using System.Web.SessionState;
+using System.Web.UI;
+
+namespace WebApplication1
+{
+ public class Global : System.Web.HttpApplication
+ {
+
+ protected void Application_Start(object sender, EventArgs e)
+ {
+ ScriptManager.ScriptResourceMapping.AddDefinition("jquery", new ScriptResourceDefinition
+ {
+ Path = "~/scripts/jquery-3.5.1.min.js",
+ DebugPath = "~/scripts/jquery-3.5.1.js",
+ CdnPath = "http://ajax.microsoft.com/ajax/jQuery/jquery-3.5.1.min.js",
+ CdnDebugPath =
+ "http://ajax.microsoft.com/ajax/jQuery/jquery-3.5.1.js"
+ });
+ }
+
+ protected void Session_Start(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_BeginRequest(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_AuthenticateRequest(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_Error(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Session_End(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Application_End(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Login.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Login.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..2bff8876af237d7843c4cbdcfd98c6e041517a49
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Login.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Login.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Login.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..ce114f5bd6c5319ed7a120c8167e9ff046e6577d
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Login.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 WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Login.aspx.designer.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Login.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..7299495ea8e8956e69d20658a11a2d3332955f92
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Login.aspx.designer.cs"
@@ -0,0 +1,26 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+ }
+}
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Register.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Register.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..46b323b59d2d7bcaa83c185fe6bea64245771c6b
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Register.aspx"
@@ -0,0 +1,81 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Register.aspx.cs" Inherits="WebApplication1.Login" %>
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Register.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Register.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..11e02f977b26237769c69fb54b08d2b893be9db2
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Register.aspx.cs"
@@ -0,0 +1,58 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class Login : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ RangeValidator2.MaximumValue = DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ if (FileUpload1.HasFile == true)
+ {
+ string finame = FileUpload1.FileName;
+ if (finame.EndsWith(".jpg") || finame.EndsWith(".jpeg") || finame.EndsWith(".png") || finame.EndsWith(".gif"))
+ {
+ string url = Server.MapPath(@"~\img\" + finame);
+ FileUpload1.SaveAs(url);
+ Image1.ImageUrl = @"~\img\" + finame;
+ }
+ else
+ {
+ this.ClientScript.RegisterClientScriptBlock(GetType(), "提示", "");
+ return;
+ }
+ }
+ else
+ {
+ Literal1.Text = "";
+ return;
+ }
+ if (Page.IsValid)
+ {
+ Literal1.Text = "注册成功!
点击跳转到登录页面";
+ }
+ }
+
+ protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args)
+ {
+ if (args.Value.Equals("admin"))
+ {
+ args.IsValid = false;
+ }
+ else
+ {
+ args.IsValid = true;
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Register.aspx.designer.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Register.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..3cd8e76e46a0b2f7c96ee324dbcb172bf913179f
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Register.aspx.designer.cs"
@@ -0,0 +1,233 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class Login
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// RequiredFieldValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1;
+
+ ///
+ /// CustomValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CustomValidator CustomValidator1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// RequiredFieldValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// RequiredFieldValidator3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator3;
+
+ ///
+ /// CompareValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CompareValidator CompareValidator1;
+
+ ///
+ /// TextBox4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox4;
+
+ ///
+ /// RangeValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RangeValidator RangeValidator1;
+
+ ///
+ /// TextBox5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox5;
+
+ ///
+ /// RangeValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RangeValidator RangeValidator2;
+
+ ///
+ /// RegularExpressionValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator1;
+
+ ///
+ /// TextBox6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox6;
+
+ ///
+ /// CompareValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CompareValidator CompareValidator2;
+
+ ///
+ /// TextBox7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox7;
+
+ ///
+ /// RegularExpressionValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator2;
+
+ ///
+ /// FileUpload1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.FileUpload FileUpload1;
+
+ ///
+ /// Image1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Image Image1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Literal1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Literal Literal1;
+
+ ///
+ /// ValidationSummary1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.ValidationSummary ValidationSummary1;
+ }
+}
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..10e2a48330e716070d3baf6260e1460fb81d235f
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx"
@@ -0,0 +1,40 @@
+<%@ Page Language=" C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..dfadead4d68226ac9201ebc8e14382d3010dffe9
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.cs"
@@ -0,0 +1,65 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ ScriptManager.ScriptResourceMapping.AddDefinition("jquery", new ScriptResourceDefinition
+ {
+ Path = "~/scripts/jquery-3.5.1.min.js",
+ DebugPath = "~/scripts/jquery-3.5.1.js",
+ CdnPath = "http://ajax.microsoft.com/ajax/jQuery/jquery-3.5.1.min.js",
+ CdnDebugPath =
+ "http://ajax.microsoft.com/ajax/jQuery/jquery-3.5.1.js"
+ });
+ RangeValidator2.MaximumValue = DateTime.Now.ToShortDateString();
+ }
+
+ protected void RangeValidator2_DataBinding(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args)
+ {
+ if (args.Value=="amdin")
+ {
+ args.IsValid = false;
+ }
+ else
+ {
+ args.IsValid = true;
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (FileUpload1.HasFile==true)
+ {
+ string name = FileUpload1.FileName;
+ if (name.EndsWith(".jpg"))
+ {
+ string url = Server.MapPath(@"`\IMG\");
+ FileUpload1.SaveAs(url);
+ Image1.ImageUrl = @"`\IMG\";
+ }
+ else
+ {
+ this.ClientScript.RegisterClientScriptBlock(GetType(),"提示","");
+ }
+ }
+ if (Page.IsValid)
+ {
+ Literal1.Text = "注册成功
点击转跳页面";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.designer.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..86b15517ebcc382cd35a965de69a624cdd271497
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.designer.cs"
@@ -0,0 +1,233 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// RequiredFieldValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1;
+
+ ///
+ /// CustomValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CustomValidator CustomValidator1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// RequiredFieldValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// RequiredFieldValidator3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator3;
+
+ ///
+ /// CompareValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CompareValidator CompareValidator2;
+
+ ///
+ /// TextBox4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox4;
+
+ ///
+ /// RangeValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RangeValidator RangeValidator1;
+
+ ///
+ /// TextBox5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox5;
+
+ ///
+ /// RangeValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RangeValidator RangeValidator2;
+
+ ///
+ /// RegularExpressionValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator1;
+
+ ///
+ /// TextBox6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox6;
+
+ ///
+ /// CompareValidator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CompareValidator CompareValidator1;
+
+ ///
+ /// RegularExpressionValidator2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator2;
+
+ ///
+ /// TextBox7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox7;
+
+ ///
+ /// RegularExpressionValidator3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator3;
+
+ ///
+ /// FileUpload1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.FileUpload FileUpload1;
+
+ ///
+ /// Image1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Image Image1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// ValidationSummary1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.ValidationSummary ValidationSummary1;
+
+ ///
+ /// Literal1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Literal Literal1;
+ }
+}
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..978eb269b271421689b2ed2c555a8911d235ac39
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..3d6b867be21cc30f3a248d0d629466a992d2f420
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.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 WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx.designer.cs" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..7299495ea8e8956e69d20658a11a2d3332955f92
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx.designer.cs"
@@ -0,0 +1,26 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+ }
+}
diff --git "a/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/jquery/jquery-3.5.1.js" "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/jquery/jquery-3.5.1.js"
new file mode 100644
index 0000000000000000000000000000000000000000..50937333b99a5e168ac9e8292b22edd7e96c3e6a
--- /dev/null
+++ "b/\347\254\2543\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/jquery/jquery-3.5.1.js"
@@ -0,0 +1,10872 @@
+/*!
+ * jQuery JavaScript Library v3.5.1
+ * https://jquery.com/
+ *
+ * Includes Sizzle.js
+ * https://sizzlejs.com/
+ *
+ * Copyright JS Foundation and other contributors
+ * Released under the MIT license
+ * https://jquery.org/license
+ *
+ * Date: 2020-05-04T22:49Z
+ */
+( function( global, factory ) {
+
+ "use strict";
+
+ if ( typeof module === "object" && typeof module.exports === "object" ) {
+
+ // For CommonJS and CommonJS-like environments where a proper `window`
+ // is present, execute the factory and get jQuery.
+ // For environments that do not have a `window` with a `document`
+ // (such as Node.js), expose a factory as module.exports.
+ // This accentuates the need for the creation of a real `window`.
+ // e.g. var jQuery = require("jquery")(window);
+ // See ticket #14549 for more info.
+ module.exports = global.document ?
+ factory( global, true ) :
+ function( w ) {
+ if ( !w.document ) {
+ throw new Error( "jQuery requires a window with a document" );
+ }
+ return factory( w );
+ };
+ } else {
+ factory( global );
+ }
+
+// Pass this if window is not defined yet
+} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
+
+// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
+// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
+// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
+// enough that all such attempts are guarded in a try block.
+"use strict";
+
+var arr = [];
+
+var getProto = Object.getPrototypeOf;
+
+var slice = arr.slice;
+
+var flat = arr.flat ? function( array ) {
+ return arr.flat.call( array );
+} : function( array ) {
+ return arr.concat.apply( [], array );
+};
+
+
+var push = arr.push;
+
+var indexOf = arr.indexOf;
+
+var class2type = {};
+
+var toString = class2type.toString;
+
+var hasOwn = class2type.hasOwnProperty;
+
+var fnToString = hasOwn.toString;
+
+var ObjectFunctionString = fnToString.call( Object );
+
+var support = {};
+
+var isFunction = function isFunction( obj ) {
+
+ // Support: Chrome <=57, Firefox <=52
+ // In some browsers, typeof returns "function" for HTML