DropDownList

N个ASP.net DropDownList 无刷新联动菜单
再谈 N 个 ASP.net DropDownList 无刷新联动菜单,牺牲N-1个ASPX来实现自动更新机制,避免刷新的闪动!!
更新时间:2007-09-03 21:31:42
关键字:   ASP.NET DropDownList 联动菜单
在ASP.NET中用三个DropDownList控件应用
aspx页面上有三个DropDownList控件,      DropDownList1 表示年,DropDownList2表示月,DropDownList3表示天;
更新时间:2007-09-01 19:45:06
关键字:   控件 ASP.NET DropDownList