FrameElement.dataSrc Property
SharePoint Designer Developer Reference |
Sets or returns a String that represents the data source for an object.
Syntax
expression.dataSrc
expression Required. An expression that returns a FrameElement object.
Remarks
Use the dataSrc property to bind a table or form element to an external data source. The property takes a string that corresponds to the unique identifier of a data source object (DSO) on the page. The string must be prefixed by a hash (#) mark.
See Also