Is it possible and if so then how can I lock a specific view to only use either portrait or landscape orientation in an ASP.NET MVC 4 Razor mobile website that uses JQuery and JQueryMobile? For example, all views can have a portrait or landscape view but I want one view to only be viewable in portrait mode such that any orientation changes will not affect the view.
Thanks in advance!