Posts by Augusto Albano • 23 points
2 posts
-
0
votes2
answers98
viewsA: Dropdown - ASP.NET MVC
Dropdown worked correctly, with new options added to the list as drivers are registered. However, several problems in the Vehicle CRUD. One of them is the Exception 'Sqlexception: Cannot Insert…
-
2
votes2
answers98
viewsQ: Dropdown - ASP.NET MVC
I’m a beginner in ASP.NET MVC and I need to create a Dropdown in a vehicle registration form where I can choose only one driver related to the vehicle that is previously registered in the database…