How to detect if Asp.Net form is valid
- by Hasan Gürsoy
Hi,
I have a form which is in an updatePanel and I have a span with hidden loading image, which I want to show when user clicks to submit button but I first need to check if page is valid on client side. Also I'm making loading span visible with jQuery. Here is my code:
<html>
<head>
<script…