Intersoft Support Center

Bind DataSource to WebListBox

WebListBox is enhanced with data binding to data source control capability.

This topic will show you how to bind DataSource to WebListBox.

To bind DataSource to WebListBox

  1. Right-click on WebListBox control and choose Properties.
  2. Go to DataSourceID and create new data source.
  3. Choose Access Database to use AccessDataSource control.
  4. Choose any database you want to bind, such as Northwind.mdb.
  5. Go to WebListBox's Properties. You need to set some properties in order to bind data from AccessDataSource to WebListBox like following.



  6. Run the project.
Previous Next