I am new to ASP .Net Web Application MVC (.Net Framework Visual Basic) and having issue creating a hardcoded drop down list.
Have searched multiple sources but still unable to solve my problem.
From what I know, Create/Edit.vbhtml is the form to modify field from textbox to drop down list. And I have not changed anything on my Controller.vb that has been generated automatically when creating this project.
Below is the original code of mine:
@Html.EditorFor(Function(model) model.Product, New With { .htmlAttributes = New With { .class = "form-control" } })