hi,
i want help to implement the following logic.
i have a table like this below:
id description order
k1 test1 1
k2 test2 2
k3 test3 3
now i want to load this data into a listview in front end arranging according to the order
like
test1
test2
test3.
Till here i have implemented.
now...