Forum Moderators: open
Kinda new to the C#/ASP.NET thing. I have created a fairly simple site, using a master page.
I have a 'contact' page with a few simple inputs (name/email/message etc) and would like to validate the user inputs with Javascript.
How should I import a block of JavaScript just on the contact page?
<script type="text/javascript" src="/scripts/Scripts.js"></script>
But, with asp.net you have validation controls available to you, here is some more info:
[quickstarts.asp.net...]