More issues with ASP.NET object data binding


Home | Blog | CSLA .NET | CSLA Store

15 November 2005

The ADO Guy expresses his frustration that the ObjectDataSource doesn’t work with typed DataSets in ADO.NET 2.0. In an earlier post I expressed my frustration about using it with business objects.

In the case of CSLA .NET 2.0 I’m writing my own CslaDataSource that understands how to work nicely with CSLA .NET business objects. In conferring with the ASP.NET team it seems like this is the best option. It turns out that writing a DataSource control isn’t overly difficult - it is writing the designer support (for VS 2005) that is the hard part…