Possible Duplicate:
Difference between DropDownlist or DropDownListFor Html helper
I'm new in asp.net
mvc
and .net
. In general my programming background in PHP.
What is the difference between DropDownList
and DropDownListFor
? Why the For
?
Where I can find a definition for every one of this helpers and an example to understand how to use it?