2
Answers

HTML Dynamic table sort

sathish

sathish

2y
624
1

Hi,

     I have a existing html dynamic table as below . how to sort this by ID column in decending order in C#

ID Items Quantity
1 item 1 25
2 item 2 34
3 item 3 43

 

Thanks

Answers (2)