WayneBrantley wrote:
Since you have live persistance=false, did you code the PerformSelect event on the datasource?
Ahh ooops... I knew I forgot something.
Actually needed to add PerformDbCount too.
So, why are these functions needed when LivePresence = false? Shouldn't LLBLGen be able to get the count from the EntityCollection.Count?
Also, is there any advantage to using the LLBLGenProDataSource Control if I'm only doing a read-only repeater? Would it be better to bind an EntityCollection directly to the Repeater itself?