This is a migrated thread and some comments may be shown as answers.

VB.NET - Need to get the index of selectedItem in RadDataBoundListBox

1 Answer 62 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Binu
Top achievements
Rank 1
Binu asked on 08 Aug 2013, 06:03 AM
Hi

I need to get the index of selectedItem in RadDataBoundListBox  using VB.NET

i saw a code in c# in the forum and tried to convert it to vb, but its showing error.

Can i get the vb code to get the index of the taped item

i tried this way
Private Sub Tasks_ItemTap(sender As Object, e As ListBoxItemTapEventArgs)<br>        Dim myindex As String<br>        myindex = DataBoundListBox1.SelectedItem.ToString()<br>         System.Windows.MessageBox.Show(myindex )<br>end sub
But its not showing the index.

Binu

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 12 Aug 2013, 10:07 AM
Hi Binu,

Thanks for writing.

Please refer to the other support thread you have started regarding the same topic.

Regards,
Deyan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINDOWS PHONE 7.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
DataBoundListBox
Asked by
Binu
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or