Posts by Bruno Hérick • 33 points
2 posts
-
1
votes1
answer75
viewsQ: Delete From Database without deleting related objects
I have a system in which I register Instructors and Students, each Instructor can have several Students under supervision and each Student can have only one Instructor or no Instructor. My problem…
-
2
votes1
answer2950
viewsQ: Dropdown List from a table in the Database
I’m developing in Asp.net-mvc and I have the following problem: I need to create a dropdown list that displays the name of the instructors registered in the Database. CRUD is already working…