You must Sign In to post a response.
  • Category: ASP.NET

    Validator Control to make the values in two different controls matched

    Which validator control normally use if their is need to make sure the values in two different controls matched?
  • #769817
    CompareValidator is validator control which is use to compare values of the two different controls and it will checks whether the values of two different controls matched or not.


  • Sign In to post your comments