I must be having stuck in the fog. I know what I am asking is simple however I cannot see the solution.
I am trying to display data in a RADGrid that include associated information between two tables.
I have two tables Products and Vendors
Products Vendors
ProductID (pk) VendorID (pk)
ProductName VendorName
VendorRef (fk)
I want to display information from the products table including the VendorName from the vendors table.
Thank you for any insight and assistance.
Ray