I have a TypeList which is name OrderTypeList.I wanna sort data by OrderDate.I can do this.But I need one more thing.I wanna sort some data below the other orders.These data are OrderStateID is equal 11.
I wanna show data like below:
CustomerName City OrderStateID OrderDate
John Utah 1 15/06/2007
Mike Atlanta 8 16/06/2007
Sarr Boston 7 17/06/2007
Kate Utah 2 18/06/2007
Jack Florida 2 28/06/2007
Steve Arizona 11 18/06/2007
Macey Chicago 11 17/06/2007
Diego Alabama 11 15/06/2007
Thanks for helps