Intersoft Support Center

Bind to DataList

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

  1. Binding DataSet to ISDataSource. (Use Shippers table).
  2. Bind ISDataSource to FormView and activate Enable Paging.



  3. In the Edit Templates, insert Label and in the HTML view (.aspx) bound the Label with tag <%# Eval("ShipperID") %>.

      
  4. The result will look like following:

Previous Next