I am trying to show the 'Account #' on label but code doesn't take it and I get error loading the MVC view. I changed that # sign to &num but then it shows as 'Account &num' What should I do to get 'Account #'
<td class="element-label">@Html.LabelFor(model => model.AccountNumber, "Account Number")
</td>