Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: Try this code..... Dim DT As New DataTable Dim Product_ID As Integer For i As Integer = 0 To DT.Rows.Count - 1 If Trim(cmbDropDown.Text) = DT.Rows(i).Item(1) Then Product_ID = DT.Rows(i).Item(0) End If Next |
The End.