Click here to Skip to main content
16,018,653 members

Comments by jumper777 (Top 8 by date)

jumper777 14-May-16 8:55am View    
Hey... I just got it to work. Your question helped me to fix it.

thank you
jumper777 14-May-16 8:51am View    
serializeInfo = serializeInfo As New List(Of Contact)()

Contact contains: FirstName, LastName, etc
jumper777 13-Apr-16 17:09pm View    
Sergey, I have to apologize about the "Not" statement. I think I was wrong and I hope you didn't think I was rude, because I really do thank you for your help.
jumper777 13-Apr-16 12:13pm View    
Sergey, you are my hero man. I just marked your answer as the accepted solution. I did have to change one "tiny" part. The "NOT" operator that you talked about is actually reversed. If you use Not, it will add the the new data to the list, but if you remove it, it does not. But it only took me a one time through the debugger to find that out.

Can't thank you enough.
jumper777 13-Apr-16 12:04pm View    
Thank you Sergey. I am trying to avoid duplicates. And yes it's before the record is saved to the list. I try to validate when the save button is clicked. This is when I'm trying to decide whether to save the data or not.

Thanks for telling me about the "Any" part. I'm pretty new at lists. And I've heard about Lambda, but haven't studied it yet. At them moment, this program is not a real world program. I'm trying to teach myself concepts right now so when an actual program comes up, I will be prepared. I'm going to try your solution right now.
Thank you very much.