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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:13:02+00:00 2026-06-16T05:13:02+00:00

I have a simple Edit action in ASP.NET MVC that looks like this :

  • 0

I have a simple Edit action in ASP.NET MVC that looks like this :

[HttpPost]
public ActionResult Edit(EditPostViewModel data)
{
}

I am trying to make a post to this action like this :

function SendPost(actionPath) {
    $.ajax({
        url: actionPath,
        type: 'POST',
        dataType: 'json',
        data: '{Text=' + $('#EditPostViewModel_Text').val() + 'Title=' + $('#EditPostViewModel_Title').val() + '}',
        success: function (data) {
            alert('success');
        },
        error: function () {
            alert('error');
        }
    });
}

The action will be triggered but the EditPostViewModel will not be filled with the Text and Title?

Im hoping that I could use a regular ASP.NET MVC action to be able to handle validations on serverside with ModelState.

There will later be code in success and error that handels the returning data.

How is this supose to work?

  • 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-06-16T05:13:03+00:00Added an answer on June 16, 2026 at 5:13 am

    Try this:

    data: 
    {
         Text: $('#EditPostViewModel_Text').val(),
         Title: $('#EditPostViewModel_Title').val() 
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have simple ASP.NET MVC action like this : public ActionResult Edit(EditPostViewModel data) {
This seems like such a simple question. I have several Edit boxes on my
I have a simple ASP.NET MVC 3 site, from my Controller out of the
I'm trying to write a test for an ASP.Net MVC controller action. I'd like
I currently have a simple MVC RedirectToAction action: return RedirectToAction(Edit, Customers, new {Id =
so i've got an array of numbers that i'm posting to an asp.net mvc
I have this simple form. a.php <html> <head> </head> <body> <? echo <form action
In a ASP.NET MVC 4 app I have a view with a paged list
I have an ASP.NET MVC application. In the application, I have a bunch of
I have an asp.net mvc application and I'm using Webgrid to list customers. I

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.