Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I am new to linq and asp.net, in my web page i am using two grid view controls, in the second grid view i am populating based on the value from the gridview select field. the value selected is from different table to the table fields to be shown in gridview which is related with key relation ship, i have all the tables in the dbml designer. in the front end i need to get the where clause with join from the 2 table.

can any one help me please.

With Regards
Muralekarthick
Posted
Comments
William Winner 2-Aug-10 14:56pm    
it may just be me, but I have no idea what you're saying. I recognize all of the words, but they don't seem to me to be a coherent question.
#realJSOP 2-Aug-10 15:23pm    
Elephants.

Hi You can use DataRelation Class to join two DataTables
 
Share this answer
 
use Entity Framework's model to LINQ to Entities
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900