ASP.NET MVC2 - How to have a non-required field?
- by user314963
Hi there
All my fields seem to be required by default as I am getting a server-validation message "enter title" in my validation summary box. How do I make this field not required? I havent declared anything explicitly in the ViewModel & the front-side code is simply Html.DropDownListFor
Any help would be really appreciated~!