In my form there are two textboxs in which i have applied required field validator.
I have two button one is add and one is clear.
what happen is if there is nothing entered in textboxes
and if i click on Clear button It display the validation error msg.
I dont want it to happen with clear button .
only when i click on add button it should happen.
I have two button one is add and one is clear.
what happen is if there is nothing entered in textboxes
and if i click on Clear button It display the validation error msg.
I dont want it to happen with clear button .
only when i click on add button it should happen.
Comment