Click here to Skip to main content
15,889,858 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am using signup jquery popup for user registration and i am using asp.net validator control for validation but i have a problem when we click or close popup so, did not hide my validator controls like *.

Please help me, How can we hide these validator controls.

Thanks in Advance.

Ankit Agarwal
Sofwtare and Web Developer
Posted
Updated 16-Dec-13 0:15am
v2

1 solution

i think when u are clicking cancel the validations are still applying.

if that's the case, these might help you. write them in your script for on click to cancel button

form.validationEngine('hide');
form.validationEngine('detach')
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900