无限分级
摘要:DropDownList实现无限分级 数据库:SqlServer2000 表:tree 表结构: 测试数据: 算法:使用递归实现 ====================================== asp.net代码: using System; using System.Collections; using System.ComponentModel; usin...
阅读全文
posted @
2008-05-20 21:12
哎!无悔
阅读(285)
推荐(0)
javascript与后台之间的相互访问
摘要:1. javaScript函数中执行C#代码中的函数: 方法一:1、首先建立一个按钮,在后台将调用或处理的内容写入button_click中; 2、在前台写一个js函数,内容为document.getElementById("btn1").click();...
阅读全文
posted @
2008-05-17 10:01
哎!无悔
阅读(370)
推荐(0)