The DataList control is a data-bound list box that is automatically populated from a field in an attached data source, and optionally updates a field in a related table of another data source.
Syntax
DataList
Remarks
The DataList control is code-compatible with the DBList control. However the DataList control is optimized to work with ActiveX Data Objects (ADO).
Distribution Note This DataList control is found along with the DataCombo control in the Msdatlst.ocx file. To use this control in your application, you must add the .OCX file to the project. When distributing your application, install the Msdatlst.ocx file in the user's Microsoft Windows System or System32 directory. For more information on how to add an ActiveX control to a Visual Basic project, see "Standard ActiveX Controls."