To display data on a form, you first use the DataSource control to retrieve the data. Next, you bind the data using either the DataBinder control or the DataGrid control. The DataBinder control binds the fields from a recordset to the properties of WFC controls. The DataGrid control directly displays the data from the fields that it binds in a grid format.
For more information about using these controls, see Binding Data with the DataBinder Control and Populating the DataGrid Control.