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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T11:06:50+00:00 2026-05-28T11:06:50+00:00

The following configuration works – it loads the Edit view into a div: jQuery:

  • 0

The following configuration works – it loads the Edit view into a div:

jQuery:

$("#mydiv").load(
    "/Riders/Edit",
    { riderId: 123 },
    function (data) { }
);

RidersController:

Function Edit(ByVal riderId As Integer) As ActionResult
    Return View(_db.Riders.Single(Function(x) x.rider_id = riderId))
End Function

But when I add an HttpPost to the controller for Edit, I get an error:

<HttpPost()>
Function Edit(ByVal model As Rider) As ActionResult
   'code...
End Function

Error:

POST http://localhost:4693/Riders/Edit 500 (Internal Server Error)

Now why would I be getting a POST error on a load? I’m sure I’m just missing something in my setup, but I’m not seeing it yet.

  • 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-28T11:06:50+00:00Added an answer on May 28, 2026 at 11:06 am

    You are passing parameters using GET method, so it never finds your controller action if you specify it to be POST. From this link: http://net.tutsplus.com/tutorials/javascript-ajax/5-ways-to-make-ajax-calls-with-jquery/

    If parameters are passed as an object (rather than string), they are
    passed to the remote url in the POST method.

    That would be your solution.

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

Sidebar

Related Questions

Suppose the following configuration: Drive D ... Data, Drive E .... TempDB, Drive F
I have the following configuration: Visual Studio Team System 2008 SQL Server Developer Edition
I have the following configuration file for NHibernate : <?xml version=1.0 encoding=utf-8 ?> <hibernate-configuration
I have a WCF service with the following configuration: <system.serviceModel> <behaviors> <serviceBehaviors> <behavior name=MetadataEnabled>
I'm trying to get zc.buildout to install Gunicorn from source. Using the following configuration:
Following is the configuration details: <property name=hibernateProperties> <props> <prop key=hibernate.dialect> org.hibernate.dialect.Oracle9iDialect </prop> <prop key=hibernate.show_sql>false</prop>
I have the following log4j.xml configuration: <log4j:configuration> <appender name = CONSOLE class = org.apache.log4j.ConsoleAppender>
I am using Fluent NHibernate with an external 'hibernate.cfg.xml' file. Following is the configuration
Github has the following recommendation for global git configuration ~/.gitconfig : [alias] # Is
I have the following for my log4j DSL configuration in Grails 1.2: log4j =

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.