asp.net form validation
When doing form validations using asp.net validators, if having some error or validation not completed than shows error messages text in both webpage and popup windows. Is it a way to show error messages text only in pop up windows not on web page?
|