Is it possible to merge two list objects in vb.net?
-
I have two list objects, and I would like to know if Id be able to merge them together to make one list. Is this possible? thank you
-
Answer:
without doing any research, here is what I would do. say list1 & list2 are same type of list and needs to be merged for each x as object in list2.items list1.add x next x please check for syntax "list2.items" may be just list2 Also try to be explicit instead of just saying object.
chariebr... at Yahoo! Answers Visit the source
Other answers
How do you mean? When you "merge" them whatdo you want to happen to the value and other attributes?
Bex
Related Q & A:
- How to implement List in .Net?Best solution by Stack Overflow
- How to post an array of complex objects (that has an array of complex objects) with jQuery?Best solution by Stack Overflow
- How to save from DatagridView to Database VB.NET?Best solution by Stack Overflow
- If I would like to close one of two e-mail addresses with yahoo would that be possible?Best solution by Yahoo! Answers
- What knot can I use to lash two objects together that will tighten on itself and not release?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.