i write this code to know if the combobox= any item in dataset.table("exemple") but is false what can i doing
can you help me
code:
For i As Integer = 0 To ds.Tables("ligne").Rows.Count - 1
If ComboBox6.SelectedItem = ds.Tables("ligne").Rows(i)
.....................
vbahlam 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.