the problem state here,
in my database are two tables "tlbCostumer" and "tblCities", in the table tblCities I have these colums (IdCity,City), in table tblCostumer I have these colums (IdCostumer, CostumerFName, CostumerLName, IdCity).
The relational is (tblCostumer.IdCity=tblCities.IdCity)
Then when I popullate or FILL the DataGrid it takes this values:
IdCostumer | CostumerFName | CostumerLName | IdCity
I would like to take "City" from tblCities, and not IdCity from Costumer
How can I Solve this problem.
thanks all members of this forums they are very good
in my database are two tables "tlbCostumer" and "tblCities", in the table tblCities I have these colums (IdCity,City), in table tblCostumer I have these colums (IdCostumer, CostumerFName, CostumerLName, IdCity).
The relational is (tblCostumer.IdCity=tblCities.IdCity)
Then when I popullate or FILL the DataGrid it takes this values:
IdCostumer | CostumerFName | CostumerLName | IdCity
I would like to take "City" from tblCities, and not IdCity from Costumer
How can I Solve this problem.
thanks all members of this forums they are very good