Quote Originally Posted by elielCT View Post
interesting.. when i first heard of LINQ i had assumed it was solely as a new way to query a db... So i wasnt interested at the moment & figured i'd get to it at some point..

So i made it a point it was definitely time...

Very interesting... A query all language......
I enjoy it, and it is very useful and fast for performance as well. I've come up with some pretty monsterous LINQueries from time to time.

Take a look at this example: http://www.vbforums.com/showthread.p...=1#post4199510

If you follow along with the thread, you'll see what that LINQ does, and I think it's pretty impressive the kind of things you can do with LINQ with a bit of creativity.

Quote Originally Posted by Valhalla's Wrath View Post
Ok but once I change an item after editing something my edit will not stay there. I change text and it doesn't stay changed.
You're editing the TextBox Text values after the data is parsed into them?

It won't stay there because you haven't saved that new data to the file. That's something different though. I can help you with saving the data to the file too.

I can come up with more LINQ to do that as well unless you're tired of it already? lol