Hi Guys,
I am using a ListView with 4 columns. The First column contains the CustId and Checkbox the subitems contain other info. I am having problem trying to retrieve the Custid and display it in the textbox on Click Event.
Here are my sample script adopted from VB6.
With me.ListSelection
me.txtCustId.text = .selectedItem(0).text
End With
I keep on getting error message :" Parameter error :Index". As I am new to Vb.Net, I couldn't figure out how to resolve this. I need help
Have a good days,
Cheers,
Lennie
I am using a ListView with 4 columns. The First column contains the CustId and Checkbox the subitems contain other info. I am having problem trying to retrieve the Custid and display it in the textbox on Click Event.
Here are my sample script adopted from VB6.
With me.ListSelection
me.txtCustId.text = .selectedItem(0).text
End With
I keep on getting error message :" Parameter error :Index". As I am new to Vb.Net, I couldn't figure out how to resolve this. I need help
Have a good days,
Cheers,
Lennie