MVC -DropDownList - Categories - SubCategories
- by Frajer
In my database I have tbales: categoreis and SubCategoreis. I would Like to create one Dropdownlist containg both of these. Something like:
«Välj»
<option value='1000' style='background-color:#dcdcc3;font-weight:bold;' id='cat1000' >
-- FORDON -- /// this is from Categoreis Table
</option>
<option value='1020' …