I'm trying to create a drop down list and the options should come from a table in sql. What is the best method of doing this? My project is a asp.net core MVC project.
↧
I'm trying to create a drop down list and the options should come from a table in sql. What is the best method of doing this? My project is a asp.net core MVC project.