Manoj Kalla
What is partial view in Asp.Net MVC?
By Manoj Kalla in .NET Assemblies on Jan 31 2016
  • Amit Kumar Singh
    Feb, 2016 4

    1.A partial view is like as user control in Asp.Net Web forms that is used for code re-usability. 2.Partial views helps us to reduce code duplication. 3. Partial views are reusable views like as Header and Footer views. Example:display blog comments,Product Category etc.

    • 5
  • Santosh Kumar Adidawarpu
    May, 2016 9

    This is kind of view which does not contain ,

    sections and it behaves just like user control in asp.net. Mostly we are using partial view to load content dynamically with in the HTML page based on the business need. It helps for SPA.

    • 3
  • Manav Pandya
    May, 2016 16

    If you want to reuse a view in your web application, you can go for the partial view concept. Partial view is like a regular view with a file extension .cshtml. We can use partial views in a situation where we need a header, footer reused for an MVC web application. We can say that it’s like a user control concept in ASP.NET.

    • 2
  • Shailesh Uke
    Feb, 2016 16

    Partial view same like as user control in asp.net

    • 2
  • Bhuban Magar
    Jan, 2017 6

    A partial view is like user control in asp.net.

    • 1
  • Kapi Shivhare
    Jun, 2016 26

    Its a reusable view like User control in asp.net

    • 1
  • Abhishek Arora
    Jun, 2016 26

    Similar to user control in asp.net

    • 1
  • Vinay Singh
    Jun, 2016 22

    Partial view in MVC is act as a container which can access in view on conditional bases.

    • 1
  • Keerthi Venkatesan
    Jun, 2016 8

    A partial view enables you to define a view that will be rendered inside a parent view. Partial views are implemented as ASP.NET user controls (.ascx). When a partial view is instantiated, it gets its own copy of the ViewDataDictionary object that is available to the parent view.

    • 1
  • Bhuvanesh Mohankumar
    May, 2016 20

    Partial view is like a regular view with a file extension .cshtml. We can use partial views in a situation where we need a header, footer reused for an MVC web application. We can say that it's like a user control concept in ASP.NET

    • 1
  • Manav Pandya
    May, 2016 16

    Its just an User Control Component same as in Asp.Net , That can be re-usable

    • 1
  • Mohammed Deeb Hammoudeh
    Dec, 2016 15

    Partial view like user control(.ascx) in web forms , use it to make the solution is more reusability and reduce code duplication.

    • 0
  • kiran kumar
    Oct, 2016 7

    A partial view in MVC is just like User control in asp.net web forms and it can be placed anywhere on the view as a web part. The partial view exhibits some required functionality on the actual view. A partial view otherwise acts as a control on the view.

    • 0
  • Bikesh Srivastava
    Sep, 2016 20

    Don't worry about partial view ,its same as user control from asp.net

    • 0
  • Kasam Shaikh
    Sep, 2016 15

    Partial view is very similar to User Control concept in Asp.Net. It helps to render / display particular section in Web Page, which is being used across the web application. Menu bar, footer or Social media plugin are some of the best example of Partial View. Hopes this answer the question.

    • 0
  • Kumar Bhimsen
    Sep, 2016 3

    A partial view in MVC is just like a user control (ASP .Net user control) used for reuseability perpus. Sometimes we required to display or manipulate any particular section of the view. In that case we can use the partial view.

    • 0
  • Kumar Bhimsen
    Sep, 2016 3

    A partial view in MVC is just like a user control (ASP .Net user control) used for reuseability perpus. Sometimes we required to display or manipulate any particular section of the view. In that case we can use the partial view.

    • 0
  • Kumar Bhimsen
    Sep, 2016 3

    A partial view in MVC is just like a user control (in Asp.net web application) . It is generally for the reusability purpose. Somtimes we required to display or Update any particular section of the view. In that case we uses partial view.

    • 0
  • Kumar Bhimsen
    Sep, 2016 3

    A partial view in MVC is just like a user control (in Asp.net web application) . It is generally for the reusability purpose. Somtimes we required to display or Update any particular section of the view. In that case we uses partial view.

    • 0
  • Kumar Bhimsen
    Sep, 2016 3

    A partial view in MVC is just like a user control (in Asp.net web application) . It is generally for the reusability purpose. Somtimes we required to display or Update any particular section of the view. In that case we uses partial view.

    • 0
  • Rajendra Mote
    Aug, 2016 26

    A partial view in mvc is just like as UserControls in ASP.net

    • 0
  • Rajendra Mote
    Aug, 2016 26

    A partial view in mvc is just like as UserControls in ASP.net

    • 0
  • Vinay Singh
    Aug, 2016 8

    Partial view is act as a container in mvc view. This we can display on the bases of condition.

    • 0
  • Vinay Singh
    Aug, 2016 8

    Partial view is act as a container in mvc view. This we can display on the bases of condition.

    • 0
  • Vinay Singh
    Aug, 2016 8

    Partial view act as a container which we can display on view on conditional bases.

    • 0
  • Soumalya Das
    Aug, 2016 7

    follow this linkhttp://www.c-sharpcorner.com/UploadFile/ff2f08/partial-view-in-mvc/

    • 0
  • Soumalya Das
    Aug, 2016 7

    follow this linkhttp://www.c-sharpcorner.com/UploadFile/ff2f08/partial-view-in-mvc/

    • 0
  • Bikesh Srivastava
    Aug, 2016 4

    Partial view is same as User control from asp.net, But consuming and creating way is different.

    • 0
  • Anil Kumar Murmu
    Jul, 2016 27

    Partial view is a reusable component in MVC

    • 0
  • Gayatri Sravya
    May, 2016 4

    It is a container in which we can customize a view (html, css , javascript) and can be reused in multiple views.In simple terms, it is like a user control in asp.net.

    • 0
  • Aappasaheb Tawale
    Apr, 2016 7

    Partial view is special view which renders a portion of view content. It is just like a user control web form application and partial view is like as user control

    • 0
  • Aappasaheb Tawale
    Apr, 2016 7

    Partial view is special view which renders a portion of view content. It is just like a user control web form application and partial view is like as user control

    • 0
  • Rahul Chavan
    Apr, 2016 6

    Partial Views are the reusable views. These views can not be displayed directly, they need another view to display ( we need to include partial view in other views). These are similar to User Control in ASP.Net. Best example/ Use of Partial Views: Header and Footer of your site, You can use Partial view to create Single Page Application(SPA). Steps to create Partial View: -> Add New View -> Select Check box :Create as a partial view.

    • 0
  • Ashish Srivastava
    Mar, 2016 28

    Partial view same like as user control in asp.net

    • 0
  • Anil Jha
    Mar, 2016 2

    Partial Views are special views which render a portion of View content. It’s like a user control in Web Form application so it can be reusable on multiple views. We can simplify the high complexity markup by splitting into one or more partial views. Thus Partial views are increasing the maintenance of HTML markup in ASP.NET MVC application. HTML helper provides an extension method called Html.Partial() to render partial views.

    • 0
  • Munesh Sharma
    Feb, 2016 9

    A partial view enables you to define a view that will be rendered inside a parent view. Partial views are implemented as ASP.NET user controls (.ascx).

    • 0
  • Shubham Kumar
    Feb, 2016 8

    Partial view is special view which renders a portion of view content. It is just like a user control web form application.

    • 0
  • Anil Kumar Murmu
    Feb, 2016 2

    Partial views are reusable components, which can be compared as a User control in ASP. NET web forms

    • 0
  • Sthitaprajnya Debasis Nayak
    Feb, 2016 1

    Its a reusable view like User control in asp.net

    • 0
  • Manoj Kalla
    Jan, 2016 31

    A partial view is act like as user control in Asp.Net web form. Partial view can be reused.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS