文件名称:ajax+xml实现省市区无刷新联动源码
文件大小:61KB
文件格式:RAR
更新时间:2012-10-18 02:16:58
ajax xml 省市区 无刷新 联动源码
蓝驿轨迹-ajax+xml实现省市区无刷新联动源码
帮助:
1.前台添加html控件
在前台拖放3个DropDownList控件:DropDownList1,DropDownList2,DropDownList3
2.cs页面添加代码
复制ajax 三级省市区联动xml 内的代码到你的项目中->在Class1.cs中
同时引用命名空间 using System.Xml;
同时在Page_Load()添加
Ajax.Utility.RegisterTypeForAjax(typeof(register));//register 为你页面的类文件名,如果更改请同时替换PCA.js中调用的类名
BindDropDownList();
3.拷贝ChinaArea.xml 文件到您所在项目跟目录中
4.web.config 中配置ajax
【文件预览】:
citychange
----demo.aspx.cs(6KB)
----bin()
--------Ajax.dll(64KB)
----ChinaArea.xml(220KB)
----ajax+xml实现省市区无刷新联动代码.txt(1012B)
----citychange.sln(2KB)
----PCA.js(5KB)
----Web.config(4KB)
----demo.aspx.resx(5KB)
----App_Code()
--------AssemblyInfo.cs(2KB)
--------Global.asax.cs(1KB)
----demo.aspx(2KB)
----Global.asax.resx(2KB)
----ConversionReport.webinfo(2KB)
----Global.asax(63B)
----citychange.suo(12KB)