ObjectDataSource implementations..

Posts   
 
    
Posts: 1268
Joined: 10-Mar-2006
# Posted on: 15-Mar-2006 05:38:20   

I have read all the posts on ObjectDataSources. Several people seem to have some sort of solution working. Either rolled their own ObjectDataSource, or just 'figured out a way'.

Anyone care to post any code or solutions for such as it looks like it is going to be several months before we can get the LLBLGenProDataSource.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39930
Joined: 17-Aug-2003
# Posted on: 15-Mar-2006 09:13:12   

It took me 3 weeks and several thousand lines of code. I.o.w.: if you really want a datasourcecontrol implementation for yourself, it's hard. The objectdatasource is also not great, no matter what you do. Best way is to do one-way databinding, and add the extra glue code yourself for now. That has always worked since asp.net exists, and it still works.

Frans Bouma | Lead developer LLBLGen Pro