Skip to content
Loading
I am unable to call ajax method  
  • class="form-wrapper">  
  • "server" ID="txtpassword" MaxLength="20" type="password" placeholder="Password" class="form-control"  
  • onkeyDown="checkTextAreaMaxLength(this,event,'20');" />  
  • <%--"server" ControlToValidate="txtpassword" Display="None" ValidationGroup="vendorSignup" ErrorMessage="Password is required !">--%>  
  • class="zmdi zmdi-lock">  
  •   
  • class="form-wrapper">  
  • "server" ID="txtconfirmpassword" MaxLength="20" type="password" placeholder="Confirm Password" class="form-control"  
  • onkeyDown="checkTextAreaMaxLength(this,event,'20');" />  
  • <%--"server" ControlToValidate="txtconfirmpassword" Display="None" ValidationGroup="vendorSignup" ErrorMessage="Confirm Password is required !">--%>  
  • class="zmdi zmdi-lock">  
  •   
  • "btnsubmit" onclick="VendoRegistrationvalidation();">  
  • Register  
  • class="zmdi zmdi-arrow-right">  
  •   
  •   
  •   
  • 3 Replies

    Know the answer? Post it — somebody with the same question will find it here.