BlasterBlaster
ASP.NET MVC
How do I check that my input (html) (from the view) matches the data in the database? (For example, like matching Username and Password).
While also using DataAnnotations to validate that the input = database stuff?
Also would like someone to do some pair coding to help me out if they have time.
53 replies
✅ Homework Help
https://i.gyazo.com/f23d758d46581bcfb84f88d4178cd484.png
What should I return from the FillArray() method?
It would make a lot more since if I was returning an array, if the return type was an int[], but the return type is an int, therefore it should just be returning single ints. I am not sure how it is supposed to work given I am putting the entire array into FillArray() and then it's just supposed to return a single int, which I assume is the individual element.
Any help would be welcome.
16 replies