Show Me
 

Adding a DataGrid to the Form

Previous previous|next Next Page

There are three steps to add data to the form. The first is to generate the data set for the OracleDataAdapter, the second is to add a DataGrid to the form where the data will be shown, and the third is associating the data set as the data source for the DataGrid.

Help Sheila add data to the Employment History form.

Launch Demonstration

Show Me and Try It