...
Excerpt |
---|
Sets a DataSet as a data source to bind to a row in the template. |
This method will return only one row of data for the column bound by the datamarker. You must insert a datamarker into the template for each column of data you want shown.
Signature | ||||
---|---|---|---|---|
| ||||
public void BindRowData(System.Data.DataSet dataSource, System.String dataSourceName, DataBindingProperties property) |
...