AjaxDropdown
It is declared like this:@Html.Awe().AjaxDropdownFor(o => o.Category) //strongly typed helperThe
@Html.Awe().AjaxDropdown("Meal")
AjaxDropdownhas the same features as the
AjaxRadioListexcept it display a dropdown instead of radiobutton list. See AjaxRadioList for the rest of the features.
Comments