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 6647241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:30:50+00:00 2026-05-26T00:30:50+00:00

When using MVC you are calling actions that then load a view and a

  • 0

When using MVC you are calling actions that then load a view and a parent layout/masterpage. When you wish to load a view using AJAX though and then stick that content say inside a div with an id of content you would end up loading all the layout and stuff as well as you are just calling the action.

How do I get around this? Is their some way to say if calling this action using AJAX then don’t bother with the layout and just shove the view inside the div?

Any code examples would be much appreciated. Thanks

  • 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-26T00:30:51+00:00Added an answer on May 26, 2026 at 12:30 am

    in your ajax response HTML you can select only the div or elements you want to display

    lets suppose your ajax calls looks like this:-

    $.ajax(
       url: 'some_url',
       success:function(responseHtml){
         $('.div-on-current-page').html( $(responseHtml).find('.div-inside-response') ); 
       });
    

    just give your response HTML to jquery $(responseHtml) and select the content you want $(responseHtml).find('.div-inside-response') and set it in your current page div

    $('.div-on-current-page').html( $(responseHtml).find('.div-inside-response') );.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After logging to the mvc site using a secure connection (https), calling actions using
I'm not using any MVC framework and my application structure is rather simple... actions/
Hallo, I have following jquery code for calling ASP.NET MVC controller method that is
aspnet mvc has the HandleError filter that will return a view if an error
I have a portion of my view that is rendered via RenderAction calling a
I create a simple MVC Controller action, that takes some json data - then
I am calling my controller method using .ajax. my controller method call web service
Using MVC with an observer pattern, if a user action requires polling a device
I've been using MVC frameworks for a short while now and I really like
I'm using MVC to validate some html text boxes on a page, for example

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.