i'm developing ASP.NET MVC 4 Mobile Application in VS 2013, is it possible to define the common header and footer and with common content area where one can load other navigation pages.
I don't know about Mobile specifically but in MVC I think you'd use layout files. If you look in your project, you'll find a _Layout.cshtml file under the Views - Shared folder.