79191932

Date: 2024-11-15 10:19:26
Score: 1
Natty:
Report link

I had:

<select id="dateBasis" asp-for="@Model.dateBasis.ToString()" name="dateBasis" class="form-control" asp-items="@Model.dateBases" >

... and it was the ".ToString()" on @Model.dateBasis that was the cause of the error - simply removing .ToString() solved the problem

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Robert Gale