I want to do some client side validation using javascript in ASP.NET page.
I tried using
ScriptManager control can also be used to reference javascript files. One catch is that the ScriptManager control needs to be place inside the form tag. I myself prefer ScriptManager control and generally place it just above the closing form tag.
ScriptManager
form