what kind of html element is used for users to input an order? -


basically have sql , want user able select ordering in "order by" section html element. there out-of-the-box solutions?

edit: it's more order country,status,... or order status,country,...

if u display sql results in list view u can change display order clicking on header of displayed fields.

edit: have @ this. (hold down shift key , click on headers)


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -