I have the below code in CSHTML but seems like the dropdown is not getting disabled
@Html.DropDownListFor(x => x.Task_Status_Code, Model.TaskStatus, new { @class = "form-control", @disabled = "disabled" })
I want to disable it but it is not working.
javascriptwhich might enables it?