Browse by Tags
All Tags » "Data Bind... » Foreign Key (RSS)
-
I've been trying to code my grid to allow a user to choose a job to assign a list of materials to.
There is a Material table which is bound to the data grid. It has a foreign key link to the Job table.
I initially bound the Material.Job field but due to the fact that it has a foreign key constraint underneath in Linq2Sql, whenever the grid tried ...
-
Hi,
Is there any way to automatically create the combo boxes for foreign keys? I know how to populate the combo boxes manually but with 35 grids in my app and a couple of foreign keys in each it will be a lot of work.
Thanks,
Andreas
|
|
|
|