How do we make a dropdown hidden

Dotnet Engineer 320 Reputation points
2023-09-13T14:12:23.71+00:00

How do we make a dropdown hidden in MVC CORE

For example I want make the Status dropdown hidden

 <div class="form-group">
                <label asp-for="Statusid" class="control-label"></label>
                <select asp-for="Statusid" class="form-control" asp-items="ViewBag.Statusid"></select>
                <span asp-validation-for="Statusid" class="text-danger"></span>
            </div>

Capturereadonly.JPG

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
3,576 questions
{count} votes

0 additional answers

Sort by: Most helpful