ASP.NET MVC newbie question: I want to make certain screen elements – or a group thereof – either invisible or disabled based on the value of a drop-down list, checkbox, etc. on the same View. Should all be client-side.
What’s the correct way to do this?
I’d use jQuery to check the value of the dropdown on change and then show/hide the elements as you require.