I would Like to Know How I could Fill A DropDownList from 2 Tables. I have Tables: Categories Subcategories
I should look like this: -- Vehichles -- //From Categories Cars //From SubCategories Bikes -- Houses -- Vila Aparatment
This tables are conected to eachother with foregin keys. and I use Linq to SQL.
Any Good Solution how to fill a dropdownlist from 2 tables?