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.

Reply via email to