How should this code in avalon look like?
ListBox list = new ListBox();
list.DataSource = personCollection;
list.DisplayValue = "FirstName";
> Is there a good Documentation about DataBinding?
Yes[1].
HTH,
Drew
[1] http://winfx.msdn.microsoft.com/?//winfx.msdn.microsoft.com/winfx/port_tech_data_binding.aspx
"Drew Marsh" <dru...@hotmail.no.spamming.com> schrieb im Newsbeitrag
news:103757632379...@msnews.microsoft.com...
Well, they basically give you an exact example[1] of how you'd bind a list
box like you demo'd in WinForms code. Of course the example is using an XmlDataSource
since it's the easiest to whip demos together with, but you could bind to
any datasource using the same basic syntax.
HTH,
Drew
"Drew Marsh" <dru...@hotmail.no.spamming.com> schrieb im Newsbeitrag
news:107407632380...@msnews.microsoft.com...
"Rod Paddock" <Rod Pad...@discussions.microsoft.com> schrieb im Newsbeitrag
news:C8599DCA-CAAF-4238...@microsoft.com...