Interface

WebDataSource


Description

Provides the methods needed to create a data source to use with WebListBox.

Methods

Name

Parameters

Returns

Shared

ColumnData

WebListBoxColumnData

RowCount

Integer

RowData

RowCount As Integer, RowOffset As Integer, SortColumns As String

WebListBoxRowData

Method descriptions


WebDataSource.ColumnData

ColumnData As WebListBoxColumnData

Returns an array of objects that describe the columns requested.


WebDataSource.RowCount

RowCount As Integer

Returns the number of rows in the current dataset.


WebDataSource.RowData

RowData(rowCount As Integer, rowOffset As Integer, sortColumns As String) As WebListBoxRowData

Returns an array of objects that describe the requested rows.

Notes

The data source you create via the WebDataSource interface lets you create a generic way to populate the data for a WebListBox.

Compatibility

Web projects on all supported operating systems.

See also

WebListBox control, WebListBoxColumnData, WebListBoxRowData classes.