I keep getting a Compilation Error and can\'t find matching overloaded method. I\'ve tried a couple ways (variable, variable.toString). Below is the latest try.
When I
This should work
@Html.ActionLink(@startCount.ToString,"Index","Yourcontroller",new { day=@startCount.ToString()} , null)
replace Yourcontroller with your controller name