MVC4, Tabs and Selected Tab
I've got a small MVC4 application and have implanted Tabs. As users select a Tab, they are able to access the corresponding Controller Index View, however, the first Tab is always selected.
Is there a way that I can set my current Tab based on the Controller as the View is loaded?
I can post code snippets if necessary.
Thanks,
Maggs99