ObjectDataSource Best Practices?
When I saw that the ObjectDataSource was used in the book I read up on it a little bit.
I thought it was suppose to have a default no argument constructor in the class it was bound too. The BLL has no default no argument constructor!
The DAL classes have a no argument constructor but that is not what the ObjectDataSource is bound to. Can somone explain?
Tim
|