Pinku

Pinku

  • 1.4k
  • 292
  • 44.3k

Event not fired when login

Jan 3 2019 11:06 PM
<asp:TextBox type="text" name="firstName" ID="txtFirstName" runat="server"
onblur="RealTimeValidation(this.id,this.value);" oninput="ValidateFormColor(this.id);" onclick="ValidateFormColor(this.id);"
TabIndex="2" />
<span></span>
 
 
 
when i am not register the realtimevalidation and validformcolor function works fine but when i logged in this validaformcolor is work fine but the realtimevalidation i.e onblur() is not working 

Answers (1)