J
John Dalberg
I have an aspx page that was developed initially in Dreamweaver as a
regular html file. I have added a few textboxes and required validators.
The problem is that the client side validation is not firing. Only server
side is working
- I have verified javascript is enabled
- aspnet_client folder is present. Other aspx apps with validation work
fine.
- I can see validation JS code in the html plus the "onsubmit="if
(!ValidatorOnSubmit()) return false;" part in the form tag.
- I have "<meta content=JavaScript name=vs_defaultClientScript>"
Is there something else I might have missed?
regular html file. I have added a few textboxes and required validators.
The problem is that the client side validation is not firing. Only server
side is working
- I have verified javascript is enabled
- aspnet_client folder is present. Other aspx apps with validation work
fine.
- I can see validation JS code in the html plus the "onsubmit="if
(!ValidatorOnSubmit()) return false;" part in the form tag.
- I have "<meta content=JavaScript name=vs_defaultClientScript>"
Is there something else I might have missed?