C
C#10mo ago
ElPatrico

ASP.Net data not showing up on page

Hi, so I have this project for my college, about StudentTrips. Here's the code: https://github.com/elpatrico11/WycieczkiV2 For some reason when I go to reservations page, the Student and Trip is not showing up. What is interesting, when I click create, I can assign values to these fields, but it is still not showing up. I may have messed up something in the controller/ReservationViewModel but I'm not sure. Any idea why this may not work?
GitHub
GitHub - elpatrico11/WycieczkiV2
Contribute to elpatrico11/WycieczkiV2 development by creating an account on GitHub.
No description
4 Replies
ElPatrico
ElPatricoOP10mo ago
Angius
Angius10mo ago
What is GetAllAsync()?

Did you find this page helpful?