I have a repeater connected to a database with a button that downloads a file for my customers. I want to be able to sort the items that are most downloaded at the top.
I need code to collect click counts for each button and then I know how to sort based on those numbers just having a hard time getting a click count for each item. Thanks!