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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T04:57:02+00:00 2026-05-24T04:57:02+00:00

I am using Jquery for displaying multiple tabs in MVC 3, based on the

  • 0

I am using Jquery for displaying multiple tabs in MVC 3, based on the tutorial.Tutorial

I am loading the data for various tabs based on the partial views using the Jquery.

All the partial views are with the attribute [HttpGet]. I want to place a button in the partial view and when I click on that button it should call service and submit the data to server.

Could I do that using a partial view with attribute [HttpPost]? I tried that but it complains saying that there cannot be two methods with same Name.

are partial views does not support [HttpPost]? Am I doing something wrong?

If you have done in other way to complete these kind of task please let me know.

Thank you

  • 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-24T04:57:03+00:00Added an answer on May 24, 2026 at 4:57 am

    Even though you may have attributed your Action methods with [HttpGet] and [HttpPost], they need different parameter lists. In my example below, you will need to post a string named someData in order to receive a response.

    So, this is valid:

    public ActionResult About()
    {
        return View();
    }
    
    [HttpPost]
    public ActionResult About(string someData)
    {
        return View();
    }
    

    And, this is not valid:

    public ActionResult About()
    {
        return View();
    }
    
    [HttpPost]
    public ActionResult About()
    {
        return View();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using json data and iterating it through jquery and displaying my results...
I'm displaying a table with multiple rows and columns. I'm using a JQUERY plugin
I am using jQuery Autocomplete with JSON but the resulting data is not displaying
I am using jQuery and I am loading content into a div, then displaying
Using jQuery , how can I dynamically set the size attribute of a select
Using jQuery, is there a way to select all tag that reference a specific
Using jQuery, how do I delete all rows in a table except the first?
I am using the jQuery DataTables plugin in my application and am displaying a
Im using jquery flot for displaying chart .... i want to show dual x-axis.....
I have an edit form that I'm displaying as an overlay using Jquery Tools.

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.