document.write("
maximumRows为何总是 -1
2010年03月18日 参数,在一次调试中发现该总是 -1。原来忘了给 ObjectDataSource 的 SelectCountMethod 属性指定了。相关阅读
http://www.itpow.com/c/2010/03/5UUZRRY5WI9QWINW.asp
ObjectDataSource 的 maximumRows 总是 -1 的原因
2010年11月23日 ataSource 启用了分页,GridView 也是允许分页,但用于表示页大小的 maximumRows 总是 -1。这是由于 ObjectDataSource 缺少 Se
http://www.itpow.com/c/2010/11/8VOKRKZOLSFBXAS0.asp
手动指定 startRowIndex 和 maximumRows
2009年12月19日 .SelectParameters["maximumRows"] = new Parameter("maximumRows", System.Data.DbTy
http://www.itpow.com/c/2009/12/451QBK0LOZKQAFVC.asp
")