79644001

Date: 2025-05-29 13:50:57
Score: 1.5
Natty:
Report link

The issue was this piece of code was creating a duplicate ID of id="lstAgencyNames". I took this code out of my main view and it resolved the problem.

<tr> 
 <td style="display:none" id="@Model.Rqkey">
  @{
    @await Html.PartialAsync("CreateParticipatingAgencies", Model)
  }
 </td>
</tr>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: mag232913