You can use ISDataSource with DataList from designer.
This topic will show you how to use ISDataSource along with DataList.
To use ISDataSource along with DataList
- Binding DataSet to
ISDataSource. (Use Shippers table).
- Bind ISDataSource to FormView and activate Enable Paging.
- In the Edit Templates, insert Label and in the HTML view (.aspx) bound the Label with
tag <%# Eval("ShipperID") %>.
- The result will look like following: