Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use checkbox.DataBindings?
Message
De
31/01/2011 20:51:06
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
How to use checkbox.DataBindings?
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01498078
Message ID:
01498078
Vues:
98
HI, ALL
i already use checkbox.DataBindings, one record is ok .......but if i chick one record , after i see the next record,
the checkbox also chicked..... but the database is not update.......
How to clear the chick in next record..... if i chick first record , i want to only one record chick .....

My code
In form_load
chkboxSpoffer.DataBindings.Add("checked", QuodtlBindingSource, "spoffer", True, DataSourceUpdateMode.OnPropertyChanged)

In form_closing
chkboxSpoffer.DataBindings.Clear()
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform