|
-
Aug 19th, 2012, 10:20 PM
#11
Re: VB 2010: Array displayed in listbox to textboxes for editing then back to array&.
 Originally Posted by elielCT
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.
 Originally Posted by Valhalla's Wrath
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
<<<------------
.NET Programming (2012 - 2018)
®Crestron - DMC-T Certified Programmer | Software Developer <<<------------
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|