Hi,
I''m new to the .Net arena and am confused trying to use Datagrids. Here''s what I''m trying to do. I have a from with two comboboxes a number of check boxes and a datagrid. I wish to select data using combobox1 and apply this to row 1 col 1, select data in combobox2 and apply this to row1, col2 etc and create a record. This is to be displaye on the datagrid. The whole process is repeated up to approx 10 receords. If any record is incorrect I wish to delete it. once happy with the info I pass that to a datatable or access d/b. My problem is whioch is the best approach, using a datatable, database, dataset, dateview etc. Can any one help me here?
Regards
Dave