Mark This Response as Answer -- Chandu http://www.dotnetfunda.com/images/dnfmvp.gif
Mark as answer if satisfied
string studentQuery = (from student in students where student.id == 90 select student.Name).FirstOrDefualt();
Login to post response