Um,

What are you hoping to bind to? Your declarations hold no values to bind
to?



-----Original Message-----
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Curtis Koppang
Sent: 30 May 2002 19:31
To: [EMAIL PROTECTED]
Subject: [DOTNET] What do I need to implement to support DataBinding


Say I have a simple class which represents a single data entity, like
the following:

class Author {
    public FirstName;
    public LastName;
    public Dedication;
}

Do I need to implment any specific interfaces to support data binding?
I checked the archives and most of the information has to do with
exposing Authors (plural) or is outdated (pre-RTM).

Thanks,
curt

You can read messages from the DOTNET archive, unsubscribe from DOTNET,
or subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to