Is it somehow possible to make a orderby with more then one attribute ? I dont want to to something in the code behind if this is possible I would like to do it in the EntityDataSource
What I have tried :
<asp:EntityDataSource ID="dsDossier" runat="server" ConnectionString="name=zevtestEntities" Include="BU,LBU,ZevUser" DefaultContainerName="zevtestEntities" EnableFlattening="False" EntitySetName="Dossier" OrderBy="it.BU.Code , it.LBU.Code DESC "></asp:EntityDataSource>
But somehow this is not working why so ever
Thanks for help and fast answer