Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DataBinding

0 views
Skip to first unread message

Daniel Danilin

unread,
Dec 6, 2004, 4:43:23 PM12/6/04
to
Is there a good Documentation about DataBinding?

How should this code in avalon look like?

ListBox list = new ListBox();
list.DataSource = personCollection;
list.DisplayValue = "FirstName";


Drew Marsh

unread,
Dec 6, 2004, 6:16:03 PM12/6/04
to
Daniel Danilin wrote:

> 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

Daniel Danilin

unread,
Dec 6, 2004, 6:51:16 PM12/6/04
to
I was thinking more about blog or something like that. But thanks anyway :)

"Drew Marsh" <dru...@hotmail.no.spamming.com> schrieb im Newsbeitrag
news:103757632379...@msnews.microsoft.com...

Drew Marsh

unread,
Dec 8, 2004, 12:51:45 AM12/8/04
to
> I was thinking more about blog or something like that. But thanks
> anyway :)

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

[1] http://winfx.msdn.microsoft.com/?//winfx.msdn.microsoft.com/winfx/connecteddata/tasks/bindtoxmldata.aspx

Daniel Danilin

unread,
Dec 8, 2004, 10:23:48 AM12/8/04
to
Thank you.

"Drew Marsh" <dru...@hotmail.no.spamming.com> schrieb im Newsbeitrag

news:107407632380...@msnews.microsoft.com...

Paddock@discussions.microsoft.com Rod Paddock

unread,
Dec 11, 2004, 8:47:02 AM12/11/04
to
Try My Blog

http://blogs.officezealot.com/rod/

I have been doing some work on Data Binding

Daniel Danilin

unread,
Dec 12, 2004, 5:43:32 PM12/12/04
to
Thank you. This is good

"Rod Paddock" <Rod Pad...@discussions.microsoft.com> schrieb im Newsbeitrag
news:C8599DCA-CAAF-4238...@microsoft.com...

0 new messages