I have an if/else statement in the controller and 2 different types of views to display depending on the outcome.
So I have my 2 views in a .aspx page with a placeholder around each.
How do I set the property placeholder.Visible from the controller? Or by the theory of MVC should I even be doing that sort of presentation in the controller? It sounds like I would be blurring the seperation of front-end output.