Validation is not working
Posted
by Joby Kurian
on Stack Overflow
See other posts from Stack Overflow
or by Joby Kurian
Published on 2010-05-03T06:34:54Z
Indexed on
2010/05/03
6:38 UTC
Read the original article
Hit count: 179
hi...I have one asp content page.Its contain many controls like dropdownlist,textbox etc.All controls are inside a div tag.I gave required field validator for all my drop down list.i have one SAVE button that reside inside another div tag.I gave SAVE button cause validation true.But my problem is that, the validator is not working and the page.Isvalid property is true.What is the problem with my code?
© Stack Overflow or respective owner