Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Generics bound combobox
Message
De
20/09/2007 15:25:40
 
Information générale
Forum:
ASP.NET
Catégorie:
.NET Compact Framework
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01255747
Message ID:
01255822
Vues:
10
But wait, this doesn't make sense ... I don't get what you're trying to do ... what happened to oCliente.Ruta?

~~Bonnie


>Thanks for leading me in the right direction Bonnie, apparently the problem was that I was setting the binding properties before populating the list. Now it works with :
>
>
>   cboRuta.DataBindings.Add("SelectedValue", glRuta, "RutaId");
>
>
>>Initially I did it like this:
>>
>>
>>   cboRuta.DataBindings.Add("SelectedValue", glRuta, "RutaId");
>>
>>
>>But it did not work. I'll try it the way you suggested and let you know.
>>
>>>I have a quick question as to why you want to set the SelectedValue that way. Are you not binding this Combo to oCliente? If you do this, it should work without manually setting the SelectedValue:
>>>
>>>
>>>cboRuta.DataBindings.Add("SelectedValue", oCliente, "Ruta");
>>>
>>>
>>>~~Bonnie
>>>
>>>
>>>
>>>>Hi all, I have a generics list that I use to fill a combobox, I bound them like this:
>>>>
>>>>
>>>>    cboRuta.DisplayMember = "Descripcion";
>>>>    cboRuta.ValueMember = "RutaId";
>>>>    cboRuta.DataSource = glRuta;
>>>>
>>>>
>>>>That part works fine, but if I set the selectedvalue property it doesn't seems to affect the displayed member of the combobox.
>>>>
>>>>
>>>>    cboRuta.SelectedValue = oCliente.Ruta
>>>>
>>>>
>>>>What am I missing here?
>>>>
>>>>TIA, Enmanuel
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform