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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T10:18:54+00:00 2026-06-18T10:18:54+00:00

I need to setup a query string in a View using MVC and Razor.

  • 0

I need to setup a query string in a View using MVC and Razor.

Here my code

Controller: Home
ActionResult: Daily
QueryString: DateForLookUp 

@Html.ActionLink("Next Day", "Daily", "Home", new { @DateForLookUp = @Model.AddOneDay() })

the result at the moment is

http://mysite.com/Home/Daily?lenght=4

it should be

http://mysite.com/Home/Daily?DateForLookUp=01/01/2014

What I am doing wrong here?

  • 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-18T10:18:55+00:00Added an answer on June 18, 2026 at 10:18 am

    The Html.ActionLink has a lots of overloads.

    And you are using the wrong overload which interprets your controller name "Home" as the route values.

    One of correct overload/sysntax is:

    @Html.ActionLink(
        "Next Day", //linkText
        "Daily", //actionName
        "Home", //controllerName
         new { @DateForLookUp = @Model.AddOneDay() }, //routeValues
         null //htmlAttributes
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to setup an ASP.Net MVC view with a Date Picker that will
I'm using the following in my php code: $file=query.txt; $f=fopen($file,'a'); fwrite($f,Query String:.$_SERVER['QUERY_STRING'].\n); fclose($f); It
I need to setup a SELECT query that will return rows based on matching
I am using Entity Framework 4.1 code first and ASP.NET MVC 3 and I
I am using Spring MVC to develop a Java webapp. I have a setup
I need to query an XML string in PHP were I know the names
I need to setup a DNS server only to resolve the name of our
I need to setup a 2 way SSL communication channel between a .NET/WCF application
I need to setup ActiveMQ with MySQL which i follow this article http://note19.com/2007/06/23/configure-activemq-with-mysql/ I
I need to setup multiple queues on an exchange. I would like to create

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.