Help someone!
Not sure if this is already been asked before...but I'll give it a crack anyway since I am already running out of ammo in my little brain.
How do I load generic or dynamic list (created using custom class) results into a LLBLGenProDataSource2?
The entire purpose is to avoid handling paging and sorting features in my gridview control. As you might have guessed after loading the result of the doing "PROJECTION" into a generic list I had a problem handling paging in my gridview control and the only way I could think of not handling paging in my codes is to load it in LLBLGenDataSource2 data control.
I am currently using the LLBLGEN version 2.6 FINAL running under .NET 3.5.
Thanks much.