I converted a webform that used objectdatasource.
It has a dropdownlist and a grid. The dropdownlist selection filters the grid values. So, the <SelectParameters> are hooked to that control.
When using LLBLGenProDataSource, when the page first comes up, the drop down list has the FIRST item selected, and the grid is Empty.
If I select the second item in the DDL (which postsback), then select the first item again - the grid populates with the correct data.
So, it looks like it is just not initialized with the value from the DDL when the page is first loaded. (The DDL is populated from LLBLGenProDataSource also)
Any ideas?