DataEntry form and DataGrid
I have a data entry form with textbox and combobox controls. I want to populate my DataGrid (which is not bound to any data source) with the values from the data entry form, when user presses OK button. What is the most efficient way of doing this???
PB
|