1 条评论
您还未登录,请先
登录
后发表或查看评论
1 条评论
-
benyu 2006.03.23请教,您用的 ajax 是哪个版本 for .net 1.1 还是 2.0的呢? <br>我的是5.7.22.2 for .net 1.1的 <br>在返回 dataset 时不能取得一行的列数,并且如果要取得字段值也是没办法如: <br>var ds = response.value; <br>alert(ds.Tables[0].Row.length); // here alert 5; <br>for(var i=0; i<ds.Tables[0].Row.length;i++){ <br> ds.Tables[0].Row[i].name;//错误,提示为空或不是对象. <br>} <br>也没有 .Columns.length属性. <br>help.





