Hi,
How to dynamically bind data to <%Html.Dropdownlist.... in asp.net MVC?
Regards, Ambika
|
1
|
|
|
|
|
|
link textThe link below provides 2 methods to bind dropdownlist. Bind Dropdownlist |
||
|
|
|
|
cN I FOUND THE SOURCE CODE TO EXAMPLE HOW TO BIND dropdownlist FROM MVC |
||
|
|
|
|
thanks man i search about it long time :) |
||
|
|
|
|
Just pass the correct IEnumerable as the typed model or ViewData. Try something like this (out of my head):
With that drop down list helper in MVC, you do not really "bind" data to it in the way it is done in the old ASP.NET. |
|||
|
|