+ 用户名:
+
+
+ 密码:
+
+
+ 性别:
+ 男
+ 女
+
+ 爱好:
+ 敲代码
+ 吃饭
+ 喝酒
+ 探头
+
+ 籍贯:
+
+ 省
+
+
+ 市
+ 其它信息:
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\271\350\215\243\346\230\237/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\271\350\215\243\346\230\237/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..bd8d0b87d157980e6550ac62c94747bfb8e9ee97
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\271\350\215\243\346\230\237/WebForm2.aspx.cs"
@@ -0,0 +1,71 @@
+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 (!IsPostBack)
+ {
+ DropDownList1.Items.Add("福建");
+ DropDownList1.Items.Add("广东");
+
+ }
+ }
+
+ protected void TextBox1_TextChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void RadioButton1_CheckedChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ string str = "";
+ for (int i = 0; i < CheckBoxList1.Items.Count; i++)
+ {
+ str += "" + CheckBoxList1.Items[i];
+ }
+ TextBox4.Text = $"用户名:{TextBox1.Text}\n密码:{TextBox2.Text}\n性别:{RadioButtonList1.SelectedValue}\n" +
+ $"爱好:"+str;
+ }
+
+ protected void DropDownList2_SelectedIndexChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void DropDownList1_TextChanged(object sender, EventArgs e)
+ {
+ DropDownList2.Items.Clear();
+ if (DropDownList1.SelectedValue == "福建")
+ {
+ DropDownList2.Items.Add("龙岩");
+ DropDownList2.Items.Add("南平");
+ DropDownList2.Items.Add("泉州");
+
+ }
+ else if (DropDownList1.SelectedValue == "广东")
+ {
+ DropDownList2.Items.Add("广州");
+ DropDownList2.Items.Add("深圳");
+ DropDownList2.Items.Add("广西");
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\275\346\261\237\345\263\260/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\275\346\261\237\345\263\260/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..ffa6656c0615452eda9daa7cf2a0799e7db61497
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\275\346\261\237\345\263\260/WebForm1.aspx"
@@ -0,0 +1,46 @@
+<%@ 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\226\275\346\261\237\345\263\260/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\275\346\261\237\345\263\260/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..48ca4837197130090ec1b9bb18c6ed54d5a70a80
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\275\346\261\237\345\263\260/WebForm1.aspx.cs"
@@ -0,0 +1,64 @@
+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.TextBox2.Attributes.Add("value", TextBox2.Text);
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ string sex="";
+ if (RadioButton1.Checked==true)
+ {
+ sex = RadioButton1.Text;
+ }
+ else if (RadioButton2.Checked==true)
+ {
+ sex = RadioButton2.Text;
+ }
+
+ TextBox6.Text = "\t" + "用户名:" + TextBox1.Text + "\n" + "\t" + "密码:" + TextBox2.Text + "\n" + "\t" + "性别:"+sex+"\n"+"\t"+"爱好:"+TextBox4.Text+"\n"+"\t"+DropDownList1.SelectedValue+"省"+DropDownList2.SelectedValue+"市"+"\n"+"\t"+TextBox5.Text;
+ }
+
+
+ protected void DropDownList1_TextChanged(object sender, EventArgs e)
+ {
+ if (IsPostBack)
+ {
+ if (DropDownList1.SelectedValue == "福建")
+ {
+ DropDownList2.Items.Clear();
+ DropDownList2.Items.Add("厦门");
+ DropDownList2.Items.Add("宁德");
+ DropDownList2.Items.Add("龙岩");
+
+ }
+ if (DropDownList1.SelectedValue == "江西")
+ {
+ DropDownList2.Items.Clear();
+ DropDownList2.Items.Add("赣州");
+ DropDownList2.Items.Add("九江");
+ DropDownList2.Items.Add("南昌");
+ }
+ if (DropDownList1.SelectedValue == "河南")
+ {
+ DropDownList2.Items.Clear();
+ DropDownList2.Items.Add("郑州");
+ DropDownList2.Items.Add("洛阳");
+ DropDownList2.Items.Add("开封");
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\234\261\345\245\207\344\274\237/.keep" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\234\261\345\245\207\344\274\237/.keep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\234\261\345\245\207\344\274\237/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\234\261\345\245\207\344\274\237/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..1de812e7344c85676862ccfbdc495dede9ec12e2
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\234\261\345\245\207\344\274\237/WebForm1.aspx"
@@ -0,0 +1,46 @@
+<%@ 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\234\261\345\245\207\344\274\237/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\234\261\345\245\207\344\274\237/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..9f2e02acbfa32ba609275d50611b493e52fd6eb1
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\234\261\345\245\207\344\274\237/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 WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ this.TextBox2.Attributes.Add("value", TextBox2.Text);
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ string sex="";
+ if (RadioButton1.Checked==true)
+ {
+ sex = RadioButton1.Text;
+ }
+ else if (RadioButton2.Checked==true)
+ {
+ sex = RadioButton2.Text;
+ }
+
+ TextBox6.Text = "\t" + "用户名:" + TextBox1.Text + "\n" + "\t" + "密码:" + TextBox2.Text + "\n" + "\t" + "性别:"+sex+"\n"+"\t"+"爱好:"+TextBox4.Text+"\n"+"\t"+DropDownList1.SelectedValue+"省"+DropDownList2.SelectedValue+"市"+"\n"+"\t"+TextBox5.Text;
+ }
+
+
+ protected void DropDownList1_TextChanged(object sender, EventArgs e)
+ {
+ if (IsPostBack)
+ {
+ if (DropDownList1.SelectedValue == "福建")
+ {
+ DropDownList2.Items.Clear();
+ DropDownList2.Items.Add("厦门");
+ DropDownList2.Items.Add("福州");
+ DropDownList2.Items.Add("漳州");
+
+ }
+ if (DropDownList1.SelectedValue == "广东")
+ {
+ DropDownList2.Items.Clear();
+ DropDownList2.Items.Add("深圳");
+ DropDownList2.Items.Add("珠海");
+ DropDownList2.Items.Add("汕头");
+ }
+ if (DropDownList1.SelectedValue == "河南")
+ {
+ DropDownList2.Items.Clear();
+ DropDownList2.Items.Add("郑州");
+ DropDownList2.Items.Add("洛阳");
+ DropDownList2.Items.Add("开封");
+ }
+
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\216\345\255\220\346\272\220/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\216\345\255\220\346\272\220/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..41d57681821ed51eaf3c42a01665e23dd894bb49
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\216\345\255\220\346\272\220/WebForm1.aspx"
@@ -0,0 +1,44 @@
+<%@ 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\235\216\345\255\220\346\272\220/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\216\345\255\220\346\272\220/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..1ae32183ad19b8e484476e215c415fb42f622e50
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\216\345\255\220\346\272\220/WebForm1.aspx.cs"
@@ -0,0 +1,59 @@
+using System;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+
+
+ DropDownList1.Items.Add("男");
+ DropDownList1.Items.Add("女");
+
+ DropDownList2.Items.Add("福建");
+ DropDownList2.Items.Add("浙江");
+
+ DropDownList3.Items.Add("龙岩");
+ DropDownList3.Items.Add("漳州");
+
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ string str = "";
+ for (int i = 0; i < CheckBoxList1.Items.Count; i++)
+ {
+ if (CheckBoxList1.Items[i].Selected)
+ {
+ str += " " + CheckBoxList1.Items[i].Value;
+ }
+ }
+ Label1.Text = "用户名:" + TextBox1.Text + " 性别:" + DropDownList1.Text + " 爱好:" + str + " 籍贯:" + DropDownList2.Text + "省 " + DropDownList3.Text + "市";
+ }
+
+ protected void DropDownList2_TextChanged(object sender, EventArgs e)
+ {
+ if (IsPostBack)
+ {
+ if (DropDownList2.SelectedValue == "福建")
+ {
+ DropDownList3.Items.Clear();
+ DropDownList3.Items.Add("龙岩");
+ DropDownList3.Items.Add("漳州");
+ }
+ else if (DropDownList2.SelectedValue == "浙江")
+ {
+ DropDownList3.Items.Clear();
+ DropDownList3.Items.Add("杭州");
+ DropDownList3.Items.Add("嘉兴");
+ }
+ }
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\216\346\230\214\345\256\235/Register.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\216\346\230\214\345\256\235/Register.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..7955405d10d68c1f6c25d354365c8b3f8fb6da59
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\216\346\230\214\345\256\235/Register.aspx"
@@ -0,0 +1,53 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Register.aspx.cs" Inherits="WebApplication1.Register" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\216\346\230\214\345\256\235/Register.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\216\346\230\214\345\256\235/Register.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..fde1ff086fed7c7075962e61b6440376379e1245
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\216\346\230\214\345\256\235/Register.aspx.cs"
@@ -0,0 +1,105 @@
+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 Register : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ DropDownList1.Items.Add("福建");
+ DropDownList1.Items.Add("湖南");
+ DropDownList1.Items.Add("黑龙江");
+ }
+ }
+
+ protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ DropDownList2.Items.Clear();
+ if (DropDownList1.SelectedValue == "福建")
+ {
+ DropDownList2.Items.Add("福州");
+ DropDownList2.Items.Add("龙岩");
+ DropDownList2.Items.Add("三明");
+ }
+ else if (DropDownList1.SelectedValue == "湖南")
+ {
+ DropDownList2.Items.Add("长沙");
+ DropDownList2.Items.Add("衡阳");
+ DropDownList2.Items.Add("岳阳");
+ }
+ else
+ {
+ DropDownList2.Items.Add("哈尔滨");
+ DropDownList2.Items.Add("齐齐哈尔");
+ DropDownList2.Items.Add("大庆");
+ }
+ }
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ //Response.Write(DropDownList1.SelectedValue);
+ //Response.Write(DropDownList2.SelectedValue);
+ //Response.Write(RadioButtonList1.SelectedValue);
+ string s1 = "";
+ string s2 = "";
+ string s3 = "";
+ string s4 = "";
+ string s5 = "";
+ string s6 = "";
+ for (int i = 0; i < DropDownList1.Items.Count; i++)
+ {
+ if (DropDownList1.Items[i].Selected)//省
+ {
+ s1 += DropDownList1.Items[i].Value;
+ }
+ }
+ for (int i = 0; i < DropDownList2.Items.Count; i++)
+ {
+ if (DropDownList2.Items[i].Selected)//市
+ {
+ s2 += DropDownList2.Items[i].Value;
+ }
+ }
+ for (int i = 0; i < CheckBoxList1.Items.Count; i++)
+ {
+ if (CheckBoxList1.Items[i].Selected)//爱好
+ {
+ s3 += CheckBoxList1.Items[i].Value + " ";
+ }
+ }
+ for (int i = 0; i < RadioButtonList1.Items.Count; i++)
+ {
+ if (RadioButtonList1.Items[i].Selected)//性别
+ {
+ s4 += RadioButtonList1.Items[i].Value;
+ }
+ }
+ for (int i = 0; i < TextBox3.Text.Length; i++)
+ {
+ //if (TextBox3.Text)//用户其他信息
+ //{
+ s5 = TextBox3.Text;
+ //}
+ }
+ for (int i = 0; i < TextBox1.Text.Length; i++)
+ {
+ //if (TextBox1.Text)//用户名字
+ //{
+ s6 = TextBox1.Text;
+ //}
+ }
+ Literal0.Text = "用户信息如下:";
+ Literal1.Text = "用户名:" + s6;
+ Literal2.Text = "用户性别:" + s4;
+ Literal3.Text = "用户爱好:" + s3;
+ Literal4.Text = $"用户籍贯:{s1}省{s2}市";
+ Literal5.Text = "用户其他信息:" + s5;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\250\344\270\260\350\261\252/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\250\344\270\260\350\261\252/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..678764f3f06151deabc259975ae78345a600296a
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\250\344\270\260\350\261\252/WebForm1.aspx"
@@ -0,0 +1,55 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication8.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\250\344\270\260\350\261\252/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\250\344\270\260\350\261\252/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..675ec8b35370081618295485dc3c5fdb525f390a
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\250\344\270\260\350\261\252/WebForm1.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 WebApplication8
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ DropDownList1.Items.Add("福建");
+ DropDownList1.Items.Add("广西");
+ }
+ }
+
+ protected void DropDownList1_SelectedIndexChanged1(object sender, EventArgs e)
+ {
+ DropDownList2.Items.Clear();
+ if (DropDownList1.SelectedValue == "福建")
+ {
+ DropDownList2.Items.Add("龙岩");
+ DropDownList2.Items.Add("福州");
+
+ }
+ else if (DropDownList1.SelectedValue == "广西")
+ {
+ DropDownList2.Items.Add("南宁");
+ DropDownList2.Items.Add("玉林");
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label8.Text = "账号:" + TextBox1.Text + "密码:" + TextBox2.Text + "性别:" + RadioButtonList1.Text + "爱好:" + TextBox3.Text + "籍贯:" + DropDownList1.Text + "市:" + DropDownList2.Text + "其他信息:" + TextBox4.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\250\345\270\206/.keep" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\250\345\270\206/.keep"
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\250\345\270\206/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\250\345\270\206/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..5513a7da9a99f71e3754585497f35c7ef06ae012
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\250\345\270\206/WebForm1.aspx"
@@ -0,0 +1,44 @@
+<%@ 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\235\250\345\270\206/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\250\345\270\206/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..a5faaf14f69de395a11956bb7115cf0c988ba3a6
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\235\250\345\270\206/WebForm1.aspx.cs"
@@ -0,0 +1,59 @@
+using System;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+
+
+ DropDownList1.Items.Add("男");
+ DropDownList1.Items.Add("女");
+
+ DropDownList2.Items.Add("福建");
+ DropDownList2.Items.Add("湖北");
+
+ DropDownList3.Items.Add("龙岩");
+ DropDownList3.Items.Add("厦门");
+
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ string str = "";
+ for (int i = 0; i < CheckBoxList1.Items.Count; i++)
+ {
+ if (CheckBoxList1.Items[i].Selected)
+ {
+ str += " " + CheckBoxList1.Items[i].Value;
+ }
+ }
+ Label1.Text = "用户名:" + TextBox1.Text + " 性别:" + DropDownList1.Text + " 爱好:" + str + " 籍贯:" + DropDownList2.Text + "省 " + DropDownList3.Text + "市";
+ }
+
+ protected void DropDownList2_TextChanged(object sender, EventArgs e)
+ {
+ if (IsPostBack)
+ {
+ if (DropDownList2.SelectedValue == "福建")
+ {
+ DropDownList3.Items.Clear();
+ DropDownList3.Items.Add("龙岩");
+ DropDownList3.Items.Add("厦门");
+ }
+ else if (DropDownList2.SelectedValue == "湖北")
+ {
+ DropDownList3.Items.Clear();
+ DropDownList3.Items.Add("武汉");
+ DropDownList3.Items.Add("十堰");
+ }
+ }
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\236\227\344\275\263\345\205\203/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\236\227\344\275\263\345\205\203/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..37709ef9eb327988f19207fbf37ca79612384582
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\236\227\344\275\263\345\205\203/WebForm2.aspx"
@@ -0,0 +1,41 @@
+<%@ 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\236\227\344\275\263\345\205\203/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\236\227\344\275\263\345\205\203/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..e914de014d08a95b04c5978743087abf4f0f408a
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\236\227\344\275\263\345\205\203/WebForm2.aspx.cs"
@@ -0,0 +1,86 @@
+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)
+ {
+
+ }
+ }
+
+ protected void DropDownList3_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ if (DropDownList2.Equals("浙江"))
+ {
+ DropDownList3.Items.Add("宁波");
+ DropDownList3.Items.Add("杭州");
+ DropDownList3.Items.Add("龙泉");
+ DropDownList3.Items.Clear();
+ }
+ else if (DropDownList2.Equals("福建"))
+ {
+ DropDownList3.Items.Add("福州");
+ DropDownList3.Items.Add("龙岩");
+ DropDownList3.Items.Add("厦门");
+ }
+ else if (DropDownList3.Equals("江西"))
+ {
+ DropDownList3.Items.Add("南昌");
+ DropDownList3.Items.Add("九江");
+ DropDownList3.Items.Add("吉安");
+ }
+ else if (DropDownList3.Equals("湖南"))
+ {
+ DropDownList3.Items.Add("长沙");
+ DropDownList3.Items.Add("张家界");
+ DropDownList3.Items.Add("岳阳");
+ }
+ }
+
+ protected void DropDownList2_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ DropDownList3.Items.Clear();
+ if (DropDownList2.Text.Equals("浙江"))
+ {
+ DropDownList3.Items.Add("宁波");
+ DropDownList3.Items.Add("杭州");
+ DropDownList3.Items.Add("龙泉");
+ }
+ else if (DropDownList2.Text.Equals("福建"))
+ {
+ DropDownList3.Items.Add("福州");
+ DropDownList3.Items.Add("龙岩");
+ DropDownList3.Items.Add("厦门");
+ }
+ else if (DropDownList2.Text.Equals("江西"))
+ {
+ DropDownList3.Items.Add("南昌");
+ DropDownList3.Items.Add("九江");
+ DropDownList3.Items.Add("吉安");
+ }
+ else if (DropDownList2.Text.Equals("湖南"))
+ {
+ DropDownList3.Items.Add("长沙");
+ DropDownList3.Items.Add("张家界");
+ DropDownList3.Items.Add("岳阳");
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1 != null && TextBox2 != null && TextBox3 != null && TextBox4 != null)
+ {
+ TextBox5.Text = $"用户名:{TextBox1.Text}\r\n性别:{DropDownList1.Text}\r\n爱好:{TextBox3.Text}\r\n籍贯:{DropDownList2.Text}省{DropDownList3.Text}\r\n其他信息:{TextBox4.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\345\220\257\351\221\253/WebForm3.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\242\201\345\220\257\351\221\253/WebForm3.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..bb2119659eeead9e0373749c69a09f0e1e33b291
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\242\201\345\220\257\351\221\253/WebForm3.aspx"
@@ -0,0 +1,57 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm3.aspx.cs" Inherits="WebApplication1.WebForm3" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\242\201\345\220\257\351\221\253/WebForm3.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\242\201\345\220\257\351\221\253/WebForm3.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..741a84270b37aabbdcf4ca47a72fcdfbd3d0be62
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\242\201\345\220\257\351\221\253/WebForm3.aspx.cs"
@@ -0,0 +1,59 @@
+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 WebForm3 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ DropDownList1.Items.Add("云南");
+ DropDownList1.Items.Add("广西");
+ DropDownList1.Items.Add("福建");
+ }
+ DropDownList2.Items.Clear();
+
+ }
+
+
+
+ protected void RadioButtonList1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+
+
+ if (DropDownList1.SelectedValue == "云南")
+ {
+ DropDownList2.Items.Add("红河");
+ DropDownList2.Items.Add("昆明");
+ DropDownList2.Items.Add("玉溪");
+ }
+ else if (DropDownList1.SelectedValue == "广西")
+ {
+ DropDownList2.Items.Add("柳州");
+ DropDownList2.Items.Add("桂林");
+ DropDownList2.Items.Add("男宁");
+ }
+ else if (DropDownList1.SelectedValue == "福建")
+ {
+ DropDownList2.Items.Add("泉州");
+ DropDownList2.Items.Add("厦门");
+ DropDownList2.Items.Add("福州");
+
+ }
+
+ }
+
+
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Literal2.Text = $"用户名:{TextBox1.Text} \r\n 性别:{RadioButtonList1.SelectedValue} \r\n 爱好:{TextBox4.Text} \r\n 籍贯:{DropDownList1.SelectedValue}省{DropDownList2.SelectedValue}市";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..a81f52e241a312147e7b8faf10bb7c714041dcd3
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm1.aspx"
@@ -0,0 +1,26 @@
+<%@ 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\270\251\345\271\277\347\224\237/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..8237e8e792c04b4820b6e1d9d3b8480604e19801
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm1.aspx.cs"
@@ -0,0 +1,45 @@
+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)
+ {
+ ViewState["a"] = 0;
+ }
+ }
+
+
+
+ protected void Button1_Click1(object sender, EventArgs e)
+ {
+
+
+
+ int count = Convert.ToInt32(ViewState["a"]);
+ count++;
+ Label2.Text = $"单机按钮了{count}次";
+ ViewState["a"] = count;
+
+ }
+
+
+ protected void Button2_Click1(object sender, EventArgs e)
+ {
+ ViewState["a"] = Label2.Text;
+ }
+
+ protected void Button3_Click1(object sender, EventArgs e)
+ {
+ Label3.Text = ViewState["a"].ToString();
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..5b5f635bbca779d3c3e1438ef889e3b85b08fa04
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm2.aspx"
@@ -0,0 +1,23 @@
+<%@ 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\270\251\345\271\277\347\224\237/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..b4abdb2fa68d10ca2c10ebac3f4ab767beaadf3f
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/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)
+ {
+
+ }
+
+ protected void TextBox1_TextChanged(object sender, EventArgs e)
+ {
+ 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\270\251\345\271\277\347\224\237/WebForm3.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm3.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..e5e92680df3b5b7de56c7ce2d154025d9cfd20a8
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm3.aspx"
@@ -0,0 +1,18 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm3.aspx.cs" Inherits="WebApplication1.WebForm3" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm3.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm3.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..5ed015b8658ebc878f3750a18cd7294981ae4778
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\270\251\345\271\277\347\224\237/WebForm3.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 WebForm3 : System.Web.UI.Page
+ {
+ protected void Page_Load(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\206\212\346\226\207\351\221\253/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\206\212\346\226\207\351\221\253/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..5ad1ba2cac088b331f4b9c294f2ab17cba8f2a27
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\206\212\346\226\207\351\221\253/WebForm1.aspx"
@@ -0,0 +1,42 @@
+<%@ 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\206\212\346\226\207\351\221\253/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\206\212\346\226\207\351\221\253/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..34df2a94c00915085630e0d4b6dfe37c3bf59609
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\206\212\346\226\207\351\221\253/WebForm1.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 WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ DropDownList1.Items.Add("福建");
+ DropDownList1.Items.Add("广东");
+ DropDownList1.Items.Add("广西");
+
+ }
+ }
+
+ protected void RadioButtonList1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+
+
+ }
+
+ protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ DropDownList2.Items.Clear();
+ if (DropDownList1.SelectedValue == "福建")
+ {
+ DropDownList2.Items.Add("莆田");
+ DropDownList2.Items.Add("泉州");
+ DropDownList2.Items.Add("龙岩");
+ }
+ else if (DropDownList1.SelectedValue == "广东")
+ {
+ DropDownList2.Items.Add("广州");
+ DropDownList2.Items.Add("深圳");
+ DropDownList2.Items.Add("东莞");
+ }
+ else if (DropDownList1.SelectedValue == "广西")
+ {
+ DropDownList2.Items.Add("南宁");
+ DropDownList2.Items.Add("博白");
+ DropDownList2.Items.Add("陆川");
+
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label1.Text = $"用户名:{TextBox1.Text} 密码:{TextBox2.Text} 性别:{RadioButtonList1.SelectedValue} 爱好:{TextBox3.Text} 籍贯:{DropDownList1.SelectedValue} 其他信息:{TextBox4.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\351\200\270\351\243\236/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\351\200\270\351\243\236/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..73ea0f2625b9f12cbb3eae30072b75868469e231
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\351\200\270\351\243\236/WebForm2.aspx"
@@ -0,0 +1,49 @@
+<%@ 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\216\213\351\200\270\351\243\236/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\351\200\270\351\243\236/WebForm2.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..f2a3cdb382778939542fec785b1ecbdf242190dc
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\351\200\270\351\243\236/WebForm2.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 WebApplication2
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void TextBox5_TextChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void BulletedList1_Click(object sender, BulletedListEventArgs 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\351\200\270\351\243\236/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\351\200\270\351\243\236/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..468f06fffe7118f060621229ad4edcf6e0e31795
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\216\213\351\200\270\351\243\236/WebForm2.aspx.designer.cs"
@@ -0,0 +1,170 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// 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;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+
+ ///
+ /// RadioButtonList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.RadioButtonList RadioButtonList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// CheckBoxList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.CheckBoxList CheckBoxList1;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// TextBox5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// TextBox6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox6;
+
+ ///
+ /// Image1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Image Image1;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\344\273\225\345\244\251/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\344\273\225\345\244\251/WebForm2.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..4e298e3c7df0868163d2012bf48c2e9d839cd8ce
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\344\273\225\345\244\251/WebForm2.aspx"
@@ -0,0 +1,42 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+