ITking2009
Programmer
Hi,
I am having a strange issue. I have couple of text boxes for which i have required field validators. I have a button to submit and this is supposed to cause validations.
The issue i am seeing is that these validations are not happening on the client side but on the server side for the first submit. For later submit clicks its happening on the client side too...
Don't know where to start debugging this issue. any leads or suggestions are appreciated.
Also, the button used for submit is on page load enabeled="false" and using javascript its enabled using a radio button...do you guys think this might be causing this issue.
I am having a strange issue. I have couple of text boxes for which i have required field validators. I have a button to submit and this is supposed to cause validations.
The issue i am seeing is that these validations are not happening on the client side but on the server side for the first submit. For later submit clicks its happening on the client side too...
Don't know where to start debugging this issue. any leads or suggestions are appreciated.
Also, the button used for submit is on page load enabeled="false" and using javascript its enabled using a radio button...do you guys think this might be causing this issue.