Posts by kxpedro • 1 point
1 post
- 
		0 votes2 answers72 viewsA: My MVC 5 application inserts into the database, but the view does not display the list of recordsTry to force the return of a Ienumerable. var usuarios = db.Usuario.ToList(); return usuarios.AsEnumerable(); asp.net-mvcanswered kxpedro 1