By default, LINQ to SQL uses lazy loading or deferred loading to get the related database object. This article explains how to immediately load the related database object using LINQ to SQL with LINQ queries and LinqDataSource controls. ...
Go to the complete details ...