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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:52:51+00:00 2026-05-25T19:52:51+00:00

I am getting this error after trying to implement paging support. I am on

  • 0

I am getting this error after trying to implement paging support.

I am on this step of the html tutorial: http://nerddinnerbook.s3.amazonaws.com/Part8.htm

  • 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-25T19:52:52+00:00Added an answer on May 25, 2026 at 7:52 pm

    The error you are getting tells that ASP.NET MVC has found two actions with the same name and can’t chose which to use.

    If you have two Index-actions in your DinnersController.cs:

    public ActionResult Index() {
    

    and:

    public ActionResult Index(int? page) {
    

    Then you should remove the first Action. since the second is the ‘updated’ version of the first.
    The second Action accepts requests to:

    /Dinners

    /Dinners?page=2

    /Dinners/Index

    /Dinners/Index?page=2

    And with the change in RegisterRoutes it also accepts requests to:

    /Dinners/Page/2

    You can have two Actions with the same name, providing one is for saving (postbacks), where you decorate the saving action with [AcceptVerbs(HttpVerbs.Post)] or just [HttpPost]

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

Sidebar

Related Questions

I'm getting this error after trying to appendChild to an element that was just
Keep getting this error after inserting a subdatasheet into a query and trying to
OK I keep getting this error after about 3-4 minutes of churning: Timeout expired.
I am getting this error after adding the libxml2.2.dylib file Linking /Users/Biranchi/Desktop/Funmovies TabBarController/build/Debug-iphonesimulator/funmovies.app/funmovies (1
We are getting this error after upgrading to NHibernate 2.1. [QueryException: Cannot simultaneously fetch
Getting this error: 2009-09-03 12:44:02.307 xcodebuild[307:10b] warning: compiler 'com.apple.compilers.llvm.clang.1_0.analyzer' is based on missing compiler
I´m getting this error while trying to commit to a svn repository: svn: MKACTIVITY
I am trying to grab a webpage with actionscript, but keep getting this error
I am trying to figure why I am getting this error. **Warning: require_once(\C\wamp\www\PHP with
I am getting this error when trying to delete a row out of a

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.