Posts by Willians Carvalho • 1 point
1 post
-
-1
votes3
answers1898
viewsQ: How to call a Javascript Function inside a Razor?
I am programming in ASP.NET MVC and I have a registration form. I need to check if the date of birth is valid, ie if it is less than today’s date. I have the script but do not know how to call it…