Posts by Rick • 56 points
2 posts
- 
		0 votes3 answers182 viewsA: Error submitting form with ASP MVCFriend, See if that solves your problem: In your Model initialize your List. public UsuarioModel() { DepartamentoSelecionado = new List<SelectListItem>(); }… 
- 
		4 votes2 answers5284 viewsA: How to do Inner Join in mysql?Try it buddy: select * from categorias c inner join automoveis a on a.ID_Categoria = c.ID_categoria