I have faced problem to show the values in grid view using binding source. I have two models as Company
and Partners
.
- I have
PartnerId
in Company Model, - and Partner model has
FirstName
andLastName
.
I have showed the company info and partner's first name as shown above.
Now, I need to show both partner's first name and last name in single column as PartnerName
. Could any one help me resolve this?