Posts by Vitor • 21 points
4 posts
-
2
votes2
answers3207
viewsA: What are the differences between ASP.NET MVC and ASP.NET Razor Pages?
Razor Pages features unified View and Controller layers, similar to a code Behind. In a small application where there will not be so much cross-information, it is worth using Razor Pages. Even your…
-
0
votes2
answers63
viewsA: Forms in Modal Bootstrap
This way I keep the Modal Bootstrap open while checking the existence of the typed data. And I can provide the answer to the user about this condition, before the data persists.
-
0
votes2
answers63
viewsA: Forms in Modal Bootstrap
I did it. You have to do everything in Javascript. I don’t know if my code offers the best solution, but it was like this: First, in the controller I separated the function verifying the existence…
-
-1
votes2
answers63
viewsQ: Forms in Modal Bootstrap
I’m with a system that all forms (Views) are in Modal Bootstrap. The View Index loads all Partialview. Below the Index: By clicking the Register button, for example, a Javascript function accesses…