R
Random
I have a very full and complex object that contains objects as properties
and a few collections, and I'm working to databind it to a page. A lot of
textbox and dropdowns on the page, a few grids. I'll need to be able to
easily read back edits on a postback, so I'm looking at different scenarios
that people have had to implement aside from the simple objectdatasource and
gridview examples.
Some suggestions I've seen involve using the ITypedList, IEditableObject, or
IBindingList. Still, most of the examples I see apply to special needs of
binding to collections. Does anyone here have any recommendations as far as
base classes I should have my object inherit from, or the right interface(s)
I need to use for my scenario?
and a few collections, and I'm working to databind it to a page. A lot of
textbox and dropdowns on the page, a few grids. I'll need to be able to
easily read back edits on a postback, so I'm looking at different scenarios
that people have had to implement aside from the simple objectdatasource and
gridview examples.
Some suggestions I've seen involve using the ITypedList, IEditableObject, or
IBindingList. Still, most of the examples I see apply to special needs of
binding to collections. Does anyone here have any recommendations as far as
base classes I should have my object inherit from, or the right interface(s)
I need to use for my scenario?