i got 2 colums renamed them to lstpric lst name the list view alltogether is called listview1

so i did this code
VB Code:
  1. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  2.  
  3.         ListView1.Items.Add(txtnam.Text)
  4.  
  5.  
  6.     End Sub

that adds it to the lstname column how to make it add in the lst pric :/

cheers