计算机与现代化 ›› 2010, Vol. 1 ›› Issue (5): 47-49,5.doi: 10.3969/j.issn.1006-2475.2010.05.014

• 软件工程 • 上一篇    下一篇

基于存储过程的DataGrid控件的分页技术研究

商惠华1,戴汇川2,朱天翔1   

  1. 1.韩山师范学院基础教育师资系,广东 潮州 515633; 2.中国人民解放军75240部队95分队,广东 潮州 521041
  • 收稿日期:2009-11-20 修回日期:1900-01-01 出版日期:2010-05-10 发布日期:2010-05-10

Research on DataGrid Control Paging Technique Based on Stored Procedure

SHANG Hui-hua1, DAI Hui-chuan2, ZHU Tian-xiang1   

  1. 1. Department of Basic Education Teachers, Hanshan Normal University, Chaozhou 515633, China;2. PLA 75240 Army 95th Unit, Chaozhou 521041, China
  • Received:2009-11-20 Revised:1900-01-01 Online:2010-05-10 Published:2010-05-10

摘要: 在Web应用程序的开发中,为适应从数据库中读取海量数据的发展,对数据分页技术进行了研究。结合VS.NET中DataGrid控件的特点,给出了基于存储过程的DataGrid控件的自定义分页技术,并分析了该技术的机理流程。基于存储过程的自定义分页技术是提高Web数据访问性能的有效手段,通过在某公司的营业收费系统中的应用表明,其性能与响应速度相对传统分页技术有了很大的提高。

关键词: Web程序, DataGrid控件, 存储过程, 分页技术

Abstract: To meet the massive data development in the database, data paging techniques are studied in the Web application process. Combining DataGrid control features in VS.NET, DataGrid control custom paging technology based on stored procedure is given, and the technology mechanism process is analyzed. Custom paging technology based on stored procedure is an effective means for improving the performance of Web data access. Its application in business charging system shows that the performance and response speed compared to traditional paging technology have greatly improved.

Key words: Web program, DataGrid control, stored procedure, paging technology

中图分类号: