Posts by Michel Lobo • 53 points
2 posts
-
3
votes3
answers1947
viewsQ: Dropdownlist validation in ASP.Net MVC
I’m having trouble validating my dropdown in a view. In my template I use an Annotation Required as shown in the code below: Model [Required(ErrorMessage="Informe uma cidade")]…
-
2
votes2
answers758
viewsQ: Eclipse Debugger does not advance on Android application
I’m having a problem trying to debug an Android application in Eclipse. When I press F5, F6 or F8, simply the break point line does not pass to the next instruction (line), it is stopped. I had…