select * from vwfillproducts where categoryid in('03-02','02-01','02-05')
i have this query when it executes it shows the records in grid vb.net 2005 as
02-01 first
02-05 second
03-02 third

but i need as
03-02 first
02-01 second
02-05 third


plz tell me the solution