You can assign any values to the element of enumeration List. In this example, I will show to how to assign values and datatype and get integer value from enum.
I got this error that the web.config was referencing System.Web.WebPages.Razor,
Version=2.0.0.0. Later I changed it to System.Web.WebPages.Razor,
Version=3.0.0.0.
In this example, I will show you how to load an html page in asp.net MVC view. You can call an html page from your view using Html.Action helper method.
I got this error “System.Data.Entity.DynamicProxies.Product Does not contain a property with the name ‘ProductId” while binding the object to the dropdownlist using the c# .net.