Hi...
I want to search particular record using LINQ. I have a string array of Employee which have certain values. I want that if particular records exist in array then that record comes in string variable otherwise blank is assign. How can I perform this task.
Thanks.
Searching records in array using LINQ.
Ask by James Smith
Updated 12 Aug 2011
You can use following link to solve your problem,
http://www.mindstick.com/Blog/226/I%20LINQ%20to%20Array
This link might be useful for you.
Thanks.