Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please Hepl me, Using Lists to Store Variables in Listview
#1
Excuse me gentlemen, I am a beginner please help me.

I watched a video on you tube about the variable store http://www.youtube.com/watch?v=oJo4gbySk1Q, please give me a suggestion if I want to save but not pass textbox using listview.

all I have done exactly follow the tutorial, then I tried to enter data from the listview.

Code:
For Baris = 0 To ListView1.Items.Count - 1
Dim employee As clsEmployee = New clsEmployee((ListView1.Items(Baris).Text), (CInt(ListView1.Items(Baris).SubItems(1).Text)))
            EmployeeList.Add(employee)
        Next

but it does not work, please suggestions gentlemen.
sorry in advance if I was presumptuous to ask.


------------------problem has been solved


Forum Jump:


Users browsing this thread: 1 Guest(s)