Posts by Nandolcs • 151 points
2 posts
-
1
votes1
answer199
viewsA: Sending shortened date does not work abbreviated Asp.net mvc
Your problem is related to the browser that is understanding that the first field of the date is the month, you can test any value over 12 that will generate the same problem because it tries to…
-
1
votes1
answer458
viewsA: Partialview relationships Asp.net mvc 5
I found some errors in your code: Inside the foreach of Partialview, the object item is the type Model2 and this type does not contain a property called MeuOutroEnum, I believe you’re trying to use…