Frans:
I have a feature request for the LLBLGenDataSource control. I'd like to be able to specify the sort order declaratively. My concept is that you would have a SortParameters collection similar to the SelectParameters collection. I'd settle for a simple column and direction list.
<SortParameters>
<llblGen:SortParameter ColumnName="SurName" Direction="ASC" />
<llblGen:SortParameter ColumnName="GivenName" Direction="ASC" />
<llblGen:SortParameter ColumnName="Birthdate" Direction="DESC" />
</SortParameters>
I know you are limited by MS in terms of capabilities and documentation but I'm hoping this sort
of thing could be done. It would be another step in reducing the amount of .NET coding.
Joel Reinford
Data Management Solutions LLC