Hi,
I have two tables: Category and CategoryImage linked on CategoryID.
Each category may have zero to many images.
I want to have two grids on a form for a master/detail scenario, where
every time I move to a different category the images grid shows the right images.
Also when I add new records I want the details grid to update the hidden categoryID field automatically.
How can I do this?
Meaning how should I load my entities and bind them to the grids?
Thanks.