上一页 1 ··· 4 5 6 7 8
摘要: 其实JS我也不熟,但刚进新公司做WEB项目,做一个三级联动的选项栏。网上搜了很多,因为选项栏中的数据是要从数据库中取出的。听说jQuery很强大,就用jQuery了。思路:1 将数据库中的数据转换成JSO格式,然后用getJSON获取。GetTypeData.aspxprotected void Page_Load(object sender, EventArgs e) { //从数据库中获取数据 ChooseTypeService typeService = new ChooseTypeService(); List<Cxzs_Type> typeList = typeServ. 阅读全文
posted @ 2012-03-18 19:14 Gyoung 阅读(662) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8