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
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.VB Code:
List1.AddItem (Text1.Text)
how do i do this?




Reply With Quote