M
Mike Gaab
I am trying to use some of the new controls in VS 2005 but
am having some difficulty.
My business logic layer returns Collections of my business objects.
I am used to just assigning these collections to a datagrid's datasource
property. With the new controls I can still do the same but it appears
that the automatic insert,edit, etc. features are not enabled if I do so.
I see that the Formview, and others, have a DataSourceID property
but my Collections don't implement the IDataSource interface nor am
I completely comfortable implementing it.
I hestitate to use the new ObjectDataSource control because it seems
like I lose some flexibility. I am used to manipulating collections.
Any thoughts.
Thanks Mike
am having some difficulty.
My business logic layer returns Collections of my business objects.
I am used to just assigning these collections to a datagrid's datasource
property. With the new controls I can still do the same but it appears
that the automatic insert,edit, etc. features are not enabled if I do so.
I see that the Formview, and others, have a DataSourceID property
but my Collections don't implement the IDataSource interface nor am
I completely comfortable implementing it.
I hestitate to use the new ObjectDataSource control because it seems
like I lose some flexibility. I am used to manipulating collections.
Any thoughts.
Thanks Mike