ObjectDataSource Bound to object with Constructor Parameters
Category: DotNet
This comes in really handy if you have a class object that has constructors that take in parameters. Basically you will define the ObjectCreating event of the object data source and instantiate your object there, setting the constructor parameters and then set e.ObjectInstance to your object.
An example here: http://www.devtoolshed.com/content/objectdatasource-typename-constructor-parameters