06-07-2013, 02:12 AM
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.
but it does not work, please suggestions gentlemen.
sorry in advance if I was presumptuous to ask.
------------------problem has been solved
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