Duplicate:
If you hover over the tabs of Stackoverflow, you'll see query strings like "?tab=hot", etc... I'm looking to do something similar, and could use some pointers:
- How can I select tabs based off the query string in ASP.NET MVC?
- Should I process this in a view, or in a controller?