Hi,
I have an ASP.NET application where I have a requirement of designing an interface for my data access class that will enable users to pick what they sort by. I want to pick a subset of the columns that are most common to sort by and add indexes to those.
What should I need to do to design this type of interface? Please help.