I am trying to pass the data value from a textbox on my main form to a listview on a second form. I created properties to hold the data values that I will passing to the listview as well as a constructor for that class. After debugging, I am able to pass the values to the properties and the 2nd form opens. However, my listview is not getting populated with the data. On the 2nd form, I created a new ListViewItem and the necessary subitems but I am unable to pass the data from the properties I created to the listviewitems before adding them to the listview. What am I missing? Is there an easier way to pass the data? I have tried to post some code in here but it is not allowing me right now.