I have two arraylists.
One contains filenames and the other contains failurecount.
These values are from database tables in the code behind.
Now I want to add these two arraylists to one datatable.
Is there a way to do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The information you provided is rather limited, so’ I’ll make a wild guess here.
Of course this would only work if both lists have the same length.
If this is not what you want you will have to add more information.