Hi,
i have two tables named as Project and ProjectCost, ProjectCost has foreign key named as PrjKey from Project table.
while showing the ProjectCost in the entitygridview i also want to show the PrjName from the Project table in the grid.
i am using ProjectCostDataSource.GetAll() Method and i also changed stored procedure ProjectCost_Get_List selection columns joining with the Project table.
can anyone help me how to show the PrjName in the entitygridview.
i am very new to .NetTiers