In a previous blog I posted about my disappointment with the objectDataSource control. I was wrong. I was looking at using this control based on some simple examples that I came across.
This control is in deed pretty cool, and it allows some pretty slick auto generation of stuff between my BO's and DetailViews, GridViews, etc. The trick was creating a simple little BOAgent around each respective BO that abstracted the select,update, insert, delete calls to the BO (and it's child hierarchy should one exist). I'll try to blog more about this latter. But the ObjectDataSourceControl looks a lot more like what I had hoped!