How to pass Variable value in @html.textboxfor using asp.net mvc
Below in the query:
@{ var SbTotal =5; } @Html.TextBoxFor(item => item.Total, new { id = "materialCostInput" + SbTotal }) @(OutOfhund + OutOfhundBeh + OutOfhundFun)