I have a multilined text box, and i want to submit the data to a list box.

problem is when i try to submit it using
VB Code:
  1. List1.AddItem (Text1.Text)
i get all of the data in the first entry of the list box... i watn each line to be submitted as a seperate list box entry.

how do i do this?