Displaying validation control in a div tag
- by JaiGanesh
I have a div tag for which i have defined a border.
i have given the validation control inside the div tag
Now before clicking the "submit" i get to see the div tag and border. - how to avoid this
Now after clicking the "submit" i get to see the div tag and border- which is exptected and correct.
My question how to hide the border in the div tag before clicking the "submit" button or on the click
of the "cancel" button