Hi, I have two tables workflows and workflowTasks both having workflowname column as common .Using LINQtoSQL i have created entity class for these tables and created relationship between them for workflowname using association attribute. Using this relation i am binding the grid in hierarchical view. i want to show workflowname column in parent row alone and not in child row, so while inserting a new row in child how can i insert workflowname from parent entity class into child table. Regards, Sundar
Read More...