Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get the value in combobox?
Message
De
18/01/2011 23:58:03
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
How to get the value in combobox?
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Divers
Thread ID:
01496517
Message ID:
01496517
Vues:
64
HI, ALL
My question , i have a combobox, use drop and pop method ,and i set the datasource
UnitBindingSource..... i want to user entry the combobox , if the database is none , then do something.
So i want to user entry combobox text to compare combobox all data, how can i do?
i already try , but not ok
Dim check As Boolean = False
        For a = 0 To unitcount - 1

            If CmboPkgunit.Text = Trim(CmboPkgunit.Items(a).ToString()) Then
                check = True
            End If
        Next
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform