Sets or retrieves the source of the data for the dataselect behavior.
Syntax
XML N/A HTML <SELECT STYLE="behavior:url('dataselect.htc')" DATASRC = sID ... > Scripting object.dataSrc [ = sID ]
Possible Values
sID String specifying the identifier of the data source. The property is read/write with no default value.
Remarks
Both tabular and single-valued data consumers use the dataSrc property to specify a binding. The property takes a string that corresponds to the unique identifier of a data source object (DSO) on the page. The string should be prefixed by a hash (#) mark.
Applies To
dataselect