I have given N:1 relationship for contact with opportunity (new_opportunity_contact) and it has many records in CRM created as well based on this relationship. Now i want to fetch the related contacts of an opportunity to an aspx page. Can anyone please help me in fetching those contacts related to a specific opportunity based on the relationship (new_opportunity_contact) using c# code.
Thanks in advance.