Attached is a sample application of a rudimentary technique for binding DevForce Business objects in ASPNET. The UICommon project provides an abstract type IdeabladeObjManager which can be derived from to create types that can be assigned to the ObjectDataSource.TypeName property in the client code. This DisplayContext object is assigned to the ObjectDataSource.DataObjectTypeName property.
The WebQuickApp Download WebQuickApp.zip applications uses the Ideablade tutorial database. It illustrates setting of the PersistenceManager in session state and handling of the ObjectDataSource Events.