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.
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.