摘要
ASP.NET提供的数据绑定控件可以轻松方便地实现数据的绑定与显示,其中GridView就是ASP.NET中功能最强大的数据绑定控件,它可以使用户按自己的需要控制数据的显示格式,除了控件自身提供的排序、分页、更新、插入、删除和数据缓存功能外,还可以通过手动编码的形式实现GridVeiw控件的高级数据绑定。详细介绍了GridView控件的各种数据绑定方法并通过灵活的编码实现较为复杂的数据绑定工作。
The data-bound controls that ASP.net provided make it easy to achieve data binding and display,and GridView is the most powerful data-bound control in ASP.NET,it allows users according to their need to control the data display format,in addition to sorting,paging,update,insert,delete,and data caching provided by controls,we can also achieve advanced data binding by manually coded form of GridVeiw control.This paper describes the GridView control's variety of binding methods and achieve more complex data binding work through flexible coding.
出处
《电脑开发与应用》
2012年第1期58-61,66,共5页
Computer Development & Applications