i need to bind data to grid view on linq to sql dynamically i know basic way to do that but i have problem becuase need to join two table and get the data from two table let say need tp select product but also need to add category name as field. please help me to do that.
Share
You can write code for the join on OnQueryCreated event. Please have a look at the article here for a working code:
http://www.roelvanlisdonk.nl/?p=1584