文件名称:asp.net中dropdownlist控件的简单应用
文件大小:1.05MB
文件格式:RAR
更新时间:2015-09-27 16:54:32
控件
老师手把手教给俺们的啊,很珍贵的啊 protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { if (this.DropDownList1.SelectedIndex == 0) { this.DropDownList2.Items.Clear(); this.DropDownList2.Items.Add("南阳市"); this.DropDownList2.Items.Add("信阳市"); this.DropDownList2.Items.Add("郑州市"); this.DropDownList2.Items.Add("周口市"); } if (this.DropDownList1.SelectedIndex == 1) { this.DropDownList2.Items.Clear(); this.DropDownList2.Items.Add("朝阳区"); this.DropDownList2.Items.Add("海淀区"); this.DropDownList2.Items.Add("宣武区"); } }
【文件预览】:
ControlTest1
----up()
--------虚拟机 用户 秘密.txt(26B)
--------JCreator.exe(3.61MB)
--------1.jpg(5KB)
--------2.jpg(12KB)
----App_Data()
----Default3.aspx.cs(887B)
----Default.aspx.cs(743B)
----Default.aspx(1KB)
----Default2.aspx(2KB)
----Default2.aspx.cs(1KB)
----image()
--------3.jpg(39KB)
--------1.jpg(5KB)
--------2.jpg(12KB)
--------Thumbs.db(14KB)
----web.config(2KB)
----Default3.aspx(1KB)