Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding Struct properties to Textboxes
Message
De
11/02/2008 12:54:53
Irv Adams
MSC Managed Care, Inc.
Floride, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Binding Struct properties to Textboxes
Divers
Thread ID:
01291541
Message ID:
01291541
Vues:
66
To All:

I have a Winform with a Textbox bound to a Class property and a Textbox bound to a Struct property. I set both of them using Databindings.Add() and I see the underlying data values correctly.

However, I cannot update the textbox Text with the Struct-based property using Databindings[0].Readvalue() but it works for the Class-based property.

The Struct property will refresh Textbox if I reset with Databindings.Clear() and then Add() but I don't want to fully reset each time.

Any ideas, thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform