I have a master table which should show all values from database and detail table which show only values which are selected in the master table. What kind of event should i call to make this happen. Moreover, master datagridview is editable for any updation, addition or deletion of records. Detail view is just read only, but should have one event to put the record back to master block, for updation.
I have tried with couple other scnerios, put each time some of the functionalities are not working. I am new to Win Forms, a little help is much appreciated.
Thanks.