I'm trying to pass a param that is used to tell how to order by..
IE. 3 records
ITEM TYPE
Item1 P
Item2 W
Item3 S
Ok, the user puts in Items w/ P
so the sort order/OrderBy would put the P's first then the S's or the W's
Or, the user wants items of type W... So it would OrderBy W's then P's the S's...
Can this be done and if so; how... THANKS
IE. 3 records
ITEM TYPE
Item1 P
Item2 W
Item3 S
Ok, the user puts in Items w/ P
so the sort order/OrderBy would put the P's first then the S's or the W's
Or, the user wants items of type W... So it would OrderBy W's then P's the S's...
Can this be done and if so; how... THANKS