I cannot get the LLBLGenProDataSource2 control to work correctly.
I have added the control to the toolbox in VS2005 and dragged the control to an empty web form. When I now choose "Configure Data Source...", the drop downs "DataAccessAdapter to use" and "Entity Factory to select" contain no entries.
I don't know, how to address a particular EntityCollection with these empty combo boxes. I have tried to set LivePersistence to false, but the combo boxes still do not show up any entries.
I would like to be able to bind to entity collections only by using the mouse.
Is it possible with the current version of LLBLGen to complete the binding of, for example, a grid view without writing a line of code, so that the data is shown in the grid view when I start the app?
Regards, Mario