Posts by Marcelo Santos • 1 point
2 posts
-
0
votes1
answer30
viewsA: Error loading partial view (aspnet core with Dapper)
I figured out what it was!!! At Model Client I changed to: public List<ClienteContato> Contatos { get; set; } In View missing parameter for popular list: <partial name="_Teste"…
-
0
votes1
answer30
viewsQ: Error loading partial view (aspnet core with Dapper)
I am new with the use of Aspnet Core 3.0 with Dapper and I am having difficulties to load a partial view in the main view. I want to upload client contacts to a list: Client (view) and Contacts…