CodeCharge Studio
Configure the ListBox Field
- Specify the Connection, Data Source, Bound Column and Text Column for the ListBox.
- Connection: The database connection that contains the data for the ListBox. (Employees)
- List Data Source: The table, view or SQL query to be used to retrieve database records for the ListBox. (departments)
- Bound Column: The database field whose values will be submitted by the Listbox. (department_id)
- Text Column: The database field whose values will be displayed in the Listbox. (department_name)
- Data Type: The data type of the value that will be submitted by the Listbox. (Integer)

Next: Change Field Captions
On-line, printable versions and updates