PDA

View Full Version : validations of two divs using asp.net button


sugeet_s
06-05-2006, 10:49 AM
hi
I have two divs of which i am showing one and hiding other. when clicking the button the other div appears and the present one hides. I have used onclientclick event to do this . But I want that it should validate First div using required field validator and then proceed to other div without postback.

Any solutions will be highly appreciated. :)