F
frank
I have several tables that have a one to one relationship. I have
DataRelation objects to define these relationships. I would like to
bind the DataRelation to both a gridview and a formview so that I can
use different fields from different tables in a single gridview and
formview. In the examples I have seen the gridview and formview are
always bound to TableAdaptor objects. Is it possible to bind a
formview or a gridview to a DataRelation object?
DataRelation objects to define these relationships. I would like to
bind the DataRelation to both a gridview and a formview so that I can
use different fields from different tables in a single gridview and
formview. In the examples I have seen the gridview and formview are
always bound to TableAdaptor objects. Is it possible to bind a
formview or a gridview to a DataRelation object?