ASP.net 2.0 DataControls

ASP.net 2.0 offers two sets of controls that are specific to working with data. Controls are that are used to connect to the database (and read and write) and the controls that are used to display the data. Both ASP.net1 and classic ASP require lots of code to implement paging, sorting, editing and row-selection features. With ASP.net 2 this code can be significantly reduced to produce a data-filled grid with full paging, sorting, and editing features.

ASP.net 2 Data Controls can be divided into two main categories.