I am new to ASP.NET MVC3!! I want to display a text box for my property which is of list type. I am using Razor view. In that i am using @Html.EditorFor(), but this method is not working if my property is complex like List. Also I want to display a Dropdown in my view.
Can anyone tell the solution for this? Thanks!!!