缤纷多彩的植物信息世界

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2009年2月14日

摘要: 类别 C#语言 ObjectDataSource控件提供了两种方法对绑定到控件(比如GridView)的数据进行分页和排序: 通过用户界面进行分页,优点是容易设置,缺点是当数据量大时执行效率较低; 实现方法: 对GridView控件使用正确的数据源,比如:DataSet, Collection, DataTable或者DataView,但不能使用... 阅读全文
posted @ 2009-02-14 23:19 虎克 阅读(703) 评论(0) 推荐(0)

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections.Generic; 3using System.Linq; 4using System.Web; 5us... 阅读全文
posted @ 2009-02-14 21:40 虎克 阅读(197) 评论(0) 推荐(0)

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections.Generic; 3using System.Linq; 4using System.Web; 5us... 阅读全文
posted @ 2009-02-14 12:59 虎克 阅读(190) 评论(0) 推荐(0)