This article explains how you can use a partial View in your MVC application. It describes different methods to render a partial view in MVC with an example.
You can use Partial Views in your main views by the following methods.
- Html.RenderPartial
- Html.Partial
- Html.RenderAction
- Html.Action
- jQuery load function
The folllowing image shows Address partial view result.
For more details visit - ASP.NET MVC Partial View