MVC - Get Selected text and ID from Drop Down List in Controller

preview_player
Показать описание
MVC get selected value and text from drop down list in controller
More info with ready to copy/paste code

Рекомендации по теме
Комментарии
Автор

For many days I was stuck at retrieving the Value and Text of the dropdownlist in MVC Core. Thank you !!!

falcongreens
Автор

I was stuck in how to get ID value from dropdownlist and bind to my ViewModel class. Now I can. Thank you so much.

lygiaquan
Автор

Thanks alot man, i'm making a order system and i needed to pass the customer ID with the order placement

Creatorph
Автор

Is there anyway to get the selected data in the view?

lordkaiser
Автор

What is db.GetCompanies().. where did it comes from

kaling_