Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 763969
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T16:38:43+00:00 2026-05-14T16:38:43+00:00

I want to embed a partial view in an ASP.NET MVC page by returning

  • 0

I want to embed a partial view in an ASP.NET MVC page by returning it from an action method.

In my base view, I would have:

<%= Html.Action("MyPartialViewAction") %>

My controller would have an action method like:

[ChildActionOnly]
public ActionResult MyPartialViewAction()
{
    return PartialView("MyPartialView");
}

I expected the returned partial view (MyPartialView) to have access to the ViewData that was set in the base page’s controller action but that doesn’t appear to be the case. If I insert the partial view by using the following in my base view it works:

<% Html.RenderPartial("MyPartialView") %>

I don’t want to do that though because I want my “MyPartialViewAction” to execute logic to determine WHICH partial view to return.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T16:38:44+00:00Added an answer on May 14, 2026 at 4:38 pm

    I believe that it actually creates a new controller, meaning that any view that it creates will have the ViewData from that controller, not the controller that created the view that is invoking the Action method. You might want to try:

    1. Refactor your selection logic to a separate method and use it in your original action to choose the partial view name. Populate that in your model and use it via RenderPartial.
    2. Use TempData (or Session, directly) to hold the previous action’s ViewData and hydrate the new controller’s ViewData from it.
    3. If the data required is limited, pass it in the RouteValueDictionary — your action would need to receive these as parameters.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a partial view in an ASP.NET MVC app: @Html.Partial(_Comments, Model) I want
I am using ASP.NET MVC 2 & C#. I want to include/embed an html
I want to embed Windows Media Player into my ASP.NET page. I do it
I want to embed a specific tweet on my page e.g http://twitter.com/myusername/status/123465678 I would
I have an iframe page at http://kuroato.com/apo/adplay.html and I want to embed this iframe
I want to embed an .asp page on an html page. I cannot use
I want to embed a link to a controller action in my page so
I want to embed this gadget in my web page. That's why I use
I want to embed vimeo videos in my Vf page. I am trying to
I have an excel file that I want to embed in my C# assembly.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.