How to short by Lowest/Highest price from Database in to Binding to a .aspx page.
Suppose i have 2,56,44,11,56,234.
forming to- 2,11,44,56,56,234.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Khargesh RajputPosted Feb 28, 2015, 3:00 AM
in query
select * from tbale order by price asc
Anil KumarPosted Feb 28, 2015, 3:10 AM
To help others, Please mark the answer as Accepted if it solves the purpose