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

  • Home
  • SEARCH
  • 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 want to embed a specific tweet on my page e.g http://twitter.com/myusername/status/123465678 I would
I want to embed both an ActiveX and NPAPI plugins in one page using
I want to embed some HTML on my website... I would like that: SEO
I want to embed specific cells from a spreadsheet in a powerpoint presentation. I
i have an object based on ContentControl type and I want to embed custom
I have a Wordpress site. I want to embed a Flash file in one
We have an SWF based audio player. We want to be able to embed
I have create a j2me game, now i want to embed Facebook in my
I want to embed a webpage so it displays on this pasge Under the
If I want to embed the current time in JAR manifest using ant is

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.