Questions tagged [asp.net-mvc-partialview]

A partial view enables you to define a view that will be rendered inside a parent view. Partial views are implemented like as user control in Asp.Net Web forms that is used for code re-usability. Partial views helps us to reduce code duplication.

917 questions
-3
votes
1 answer

Jquery tabs with mvc partial views

Is it possible to preload actions from the controller through tabs of jquery so that all the tabs are preloaded in html and do not reload the page when you click on the tab? Nonetheless, I am trying to have the html for each tab already loaded on…
imGreg
  • 880
  • 8
  • 22
-7
votes
1 answer

How to pass data from partial view to layout page

I have a table of menu and use partial view to show it but my problem is that how to show this menu in all pages of website or how to show the partial view content in layout page.thnx
1 2 3
61
62