Not Getting proper price wise data descanding order using order by query
I am using given below line for fetch data in ordering mode but i will not
able show data in proper descanding order Here is my code
cmd = new SqlCommand("select * from product_tb where sub_id='" +
bl.sub_id + "' ORDER BY price DESC", con);
No comments:
Post a Comment