Hi please help me with this problem i really need it those kind hearted programmers out there please help me :) thanks

Recommended Answers

All 6 Replies

show us your code so that we can help you.

Try This. Just follow This code

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Dim List1 as ListViewItem

List1 = Me.ListView1.Items.Add(me.Textbox1.Text)
List1.Items.Add(Me.Textbox2.Text)
       
    End Sub

It worked! Thanks so much mr. Vhanzhyme :)

Whin Lopez, As the code of Vanzhyme worked for you, mark this thread as solved, found at the bottom of this page.

As the problem solved for you. Please marked this thread as solved.

how would you accomplish this feat in web.ui listview.
Textbox5.text is outside of the listview

Firstnametextbox, last and middle are textboxs in inserttmplate in listview on same page.

Person clicks button one on page to fill in textbox3 - 5. then click button 2. when page reloads and listbox renders have the values of textboxt 5 in fristnametextbox in Instert template. Prior to the listview insert command being issued. Due to the user has to fill in one or two values themselves first.

how would you do that?

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.