Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checkbox
Message
From
22/02/2011 09:38:16
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Checkbox
Miscellaneous
Thread ID:
01501260
Message ID:
01501260
Views:
79
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
Reply
Map
View

Click here to load this message in the networking platform