I will try and explain this as best as I can. I have a group of boxes witch will all hold data input by the user. I am using an arraylist to store these, or atleast I am hoping to. So, the problem I have is getting the data to actually save to the arraylist. It keeps giving the error saying that type string cannot be converted to array list. My question is, how do I get these to save, I have been say here for about 3 hours trying to figure it out with my limited knowledge...

Dan