Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bind a control to collection.property
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Bind a control to collection.property
Divers
Thread ID:
00867990
Message ID:
00867990
Vues:
60
I have a collection that I want to bind a control to. (colProjects.name)

Lets say:
Public Class Project        ' Loaded from Registry 

    Public Name As String
    Public Path As String
    Public FullyQualifiedPath As String
    Public Exists As Boolean
    Public Keeper As Boolean = True

End Class
I want to use a checked listbox that will show the item checked if colProjects.Exists = true. I am currently manually adding the items, however, there is a problem keeping the list = the collection. I was hoping to use the collection to manage the list.

additionally, why does there appear to be no checkedlistbox.value property?

James your help is appreciated in advance,
Thanks Joe.
~Joe Johnston USA

"If ye love wealth better than liberty, the tranquility of servitude better than the animated contest of freedom, go home from us in peace. We ask not your counsel or arms. Crouch down and lick the hands which feed you. May your chains set lightly upon you, and may posterity forget that ye were our countrymen."
~Samuel Adams

Répondre
Fil
Voir

Click here to load this message in the networking platform