This tutorial looks at the ObjectDataSource control Using this control you can bind data retrieved from the BLL created in the previous tutorial without having to write a line of code! With our ...
Your users may want to get their data in a specific order -- and not get it all at once. You can control both with the ObjectDataSource (and a little code). Databinding to tables in single-tier ...
Peter revisits the problem of dealing with multiple updates to the same data, but this time he looks at a solution that involves the ObjectDataSource. In earlier columns, I looked at solutions for ...
I'm looking to insert some data, then grab the newly created ID for the inserted row and just return it. I've tried setting the direction on a my "id" InsertParameter in my ObjectDataSource, but I ...