Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checkbox
Message
De
22/02/2011 09:38:16
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Checkbox
Divers
Thread ID:
01501260
Message ID:
01501260
Vues:
80
I have a drop down control with checkboxes in it and I can
loop through the checkboxes setting them to true or false but this doesn't seem to change
wether they have a tick in them .

For Each item As RadComboBoxItem In RadCountry.Items
Dim chk As CheckBox = DirectCast(item.FindControl("chk1"), CheckBox)
chk.Checked = True
Next


What do I have to do to get a tick in the box

Thnaks
Répondre
Fil
Voir

Click here to load this message in the networking platform