i use form fields validation thru java script for ASP.NET prog..
if client validation fails i need to display error message in
designated error label control.this same error label also used in
server side validation also. this is mandatory.bcause i should use only
one error label. what is problem in this validation is when try to
display error message in label control ,execution automatically come to
server side. further statements in javascript function doesnt execute.
if i use two different labels means it works fine
if i use one label for both validation it doesnt work ,but this shoud
be madatory.