My apologies if this has already been answered before but I'm not really sure of the right verbiage to use when searching the forums. I am trying to databind a collection to a Web Gridview in VS 2005. I have a self servicing model with the following entiies
Company
CompanyGuid
Name
etc...
UserInfo
UserInfoGuid
CompanyGuid
FirstName
LastName
etc..
I am trying to display in my Gridview all items in the UserInfoCollection plus the Name of the Company referenced by a UserInfo item. Is there a simple way of doing this??
thanks in advance.
Brett