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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T16:21:06+00:00 2026-05-16T16:21:06+00:00

I have a masterpage that render’s the following PartialView: <% Html.RenderPartial(AddPage); %> AddPage Controller

  • 0

I have a masterpage that render’s the following PartialView:

<% Html.RenderPartial("AddPage); %>

AddPage Controller looks like this:

public class PagController : Controller
{
    [HttpGet]
    public PartialViewResult AddPage()
    {
        return PartialView();
    }

    [HttpPost]
    public PartialViewResult AddPage(FormCollection forms)
    {
        //some logic here
        // some view data here

        return PartialView();
    }
}

And the view looks like this:

<% using (Html.BeginForm("AddPage", "Page", FormMethod.Post, new { ID = "PageManager" })){%>
<%= Html.TextBox("txtAddPage") %>
<input type="submit" value="AddPage" />
<%} %>

My issue is, that when i hit submit i get redirect to : http://localhost:1234/Page/AddPage, when instead i just want the partialview to be submitted, and return some basic view data if needed, as well as stay on the same page.

Am i having a blonde moment here? cause i know i have done this before

EDIT – This partial view is rendered in multiple pages, not just one.

  • 1 1 Answer
  • 3 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-16T16:21:06+00:00Added an answer on May 16, 2026 at 4:21 pm

    Fullpage postback solution

    This is a bit tricky since you have to know where to go back. I suggest you change your view and add two additional hidden fields (or one and parse its value – as you wish) and store current controller/action values in it.

    You can then use this data in POST action to return a RedirectResult like:

    return RedirectToAction("action_from_field", "controller_from_field");
    

    Ajax postback solution

    You can always submit your data using Ajax in which case your postback URL can be anything you want. In your case it should be to the current page URL. Edit: And Ajax would be the preferred solution in your particular case.

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

Sidebar

Related Questions

I have an extremely simple control i'm trying to render which looks like this:
I have a Masterpage like that : ... <head id=Head1 runat=server> <asp:ContentPlaceHolder ID=HeadContent runat=server
I have a literal control in a masterpage that I would like to find
I have a web application where the masterPage/template contains some static HTML that never
I have a MasterPage that has two image buttons , and two content pages,
I have defined CSS in MasterPage so that all pages can use the same
Currently I have a site that is set up using a masterpage and a
I have an asp.net 4.0 framework application that consists of a Masterpage and contentplaceholders.
I have a controller's action and view page that uses a master page. The
I'd like to have a page that uses a child master page, fill in

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.