forum

Home / DeveloperSection / Forums / How to Ennable RequiredFieldValidator With Javascript?

How to Ennable RequiredFieldValidator With Javascript?

Mark M185720-Oct-2014

function Validation() 

{

 if (document.Form1.txtfrom2.value.length > 0)

 ValidatorEnable(Rftxtfrom2, true); 

 ValidatorEnable(Rftxtjd2, true); 

 ValidatorEnable(Rftxtflno2, true); 

 ValidatorEnable(Rftxtdep2, true); 

 

</script>

i need to txtfrom2 text box contain 1 charecter 4 RequiredFieldValidator automaticaly ennable true  

thanks
 


Updated on 20-Oct-2014

Can you answer this question?


Answer

1 Answers

Liked By