I need to show the number of results for a given category, and hide any categories that give no results.
Example: This Yahoo!Jobs page shows the number of results in categories like City, Job Category, Experience etc.
I work in C#/Asp.Net, and fear that our server will choke without some serious caching and sql optimization.
How would you go forward creating a solution like this?