HTML:
Add a DataGrid, named DGORDER.
Added a template column, a template column places a CHECKBOX control called CB. This column is used to achieve the selection
Sort each column to be sorted with sorted expression sortexpression.
Using the column DataFormatString to format the column, like the DataFormatString = "{0: D}" display date format.
Set up pagesize = "15" to display 15 lines of data per page, sopaging = "true" is allowed to page.
Whole HTML page code: