yogiwales
Newcomer
Hello again!
Rite, I have many classes such as orders and customers each assigned with their own primary key to keep the program modular. When I bind a collection to a datagrid it currently shows the Primary Keys (ID) in the boxes and I want them to be replaced by the actual text name for instance:
CURRENTLY
--------------
Order ID Member ID Invoice Date
1 1 22/4/03
WANTED
-----------
Order ID Member Invoice Date
1 Dave 22/4/3
I have a member collection which has dave stored in it as Member ID = 1.
Thanks
Yogi
Rite, I have many classes such as orders and customers each assigned with their own primary key to keep the program modular. When I bind a collection to a datagrid it currently shows the Primary Keys (ID) in the boxes and I want them to be replaced by the actual text name for instance:
CURRENTLY
--------------
Order ID Member ID Invoice Date
1 1 22/4/03
WANTED
-----------
Order ID Member Invoice Date
1 Dave 22/4/3
I have a member collection which has dave stored in it as Member ID = 1.
Thanks
Yogi