I have created a layout page which has some regularly used user controls (like buttons, text box etc). But the visibility of these controls are determined by the view which is defined from this layout page. What is the best way of setting these values of the view in MVC3? can I pass the property values from the controller to the view?
Any help will be appreciated.
Thanks, --Kuppa