hai am new in the .net
how to add more than field value list view

I'm not sure what mean, but here goes:

Dim lv As ListView = [YOUR_LIST_VIEW]
Dim li As New ListViewItem(New String() {"val 0", "val 1", "val 2"}) 
lv.Items.Add(li)

thank u .........ur rep;;;;;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.