I am getting error while binding the dropdownlist help me

I am getting error while binding the dropdownlist help me

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal YelvePosted Dec 7, 2022, 6:22 AM
For MVC v5.1 use Html.EnumDropDownListFor
For MVC v5 use EnumHelper
For lower
Jignesh KumarPosted Dec 6, 2022, 8:13 AM
Hello Likhith Kumar,
Please refer this one,
https://www.c-sharpcorner.com/UploadFile/3d39b4/creating-a-dropdownlist-for-enums-in-Asp-Net-mvc/
Likhith KumarPosted Dec 6, 2022, 6:53 AM
Amit MohantyPosted Dec 6, 2022, 4:55 AM
Check the below links
http://www.codedigest.com/posts/36/how-to-bind-or-populate-enum-to-dropdownlist-for-listitem-in-aspnet-mvc
https://www.c-sharpcorner.com/UploadFile/f1047f/bind-enum-to-dropdownlist-in-Asp-Net-mvc/