Posts by Douglas • 41 points
1 post
- 
		4 votes1 answer4024 viewsQ: Set the selected value in a Selectlist (Dropdownlist)I have a list of vehicle models: private List<ModeloRastreador> modelo = new List<ModeloRastreador>(); add the result that came from the bank foreach (var m in modelo) {…