I'm continuing the integration with Intersoft's WebGrid.NET product that I started blogging about here. All of their sample code places the database connection and dataadapters on the page object, while our application uses business objects. I started by trying to fit my model to the product and I keep running into problems. I'm backtracking and making a page work according to their model and then 'backing in' the business object approach one piece at a time. I think this will give me a better shot and integrating all the necessary pieces and being confident about the move.