On any number of sites where you can drill down to get to the specific product that you want, there is often a list of properties on the left side of the screen from which you can choose how you want to filter. I am developing a few intranet apps that would do well having this type of functionality. Is this a shopping cart solution or is it something I could at least roughly mirror using just the classes etc. that are inherent in asp.net 4.5? If so, I am not even sure where to start. I have the data and I know the few fields that I would have as filter parameters (company, type and year) each populated with values from the db or with hardcoded values. As a for instance, I would initially have a list of all credit reports, then the user would choose between Competitor, Customer and Vendor, then they could choose to filter by year or by company if they choose. If you are unclear what I am talking about, places like store.nike.com have this kind of layout.
Thanks,
Willie
Thanks,
Willie