R
Random
Has anyone here done anything in creating a custom ObjectDataSource control?
I really like the control, but I need to be able to assign an instance of a
business object to it at runtime instead of assigning the TypeName because I
don't want it to create it's own instance of the business object (there are
some properties of the business object that have to be set according to the
user request, and I need to control the object lifecycle).
I really like the control, but I need to be able to assign an instance of a
business object to it at runtime instead of assigning the TypeName because I
don't want it to create it's own instance of the business object (there are
some properties of the business object that have to be set according to the
user request, and I need to control the object lifecycle).