Hi,
I have a Table with a foreign key FK. FK takes its values from another table that is already filled. What I want to do is to show a DataGridViw that has already the values of FK filled-in so the user can just type in the remaining values and commit to the database.
So for example if FK takes the values 1, 2, 3 and 4. The DataGridView should load with 4 rows, the user fills the remaining information and commits. I don't know if this can be done with DataGridView, otherwise what do you suggest I should use ?
Thanks