Hi,
Can anyone tell how to get selected item value in the customlistview itemclick. I am not getting value of the selected item in the list. please help.
Sub Lstplan_ItemClick (Index As Int, Value As Object)
Dim lstval As String
lstval=Lstplan.GetValue(Index)
End Sub
thanks
sasidhar
Can anyone tell how to get selected item value in the customlistview itemclick. I am not getting value of the selected item in the list. please help.
Sub Lstplan_ItemClick (Index As Int, Value As Object)
Dim lstval As String
lstval=Lstplan.GetValue(Index)
End Sub
thanks
sasidhar