Joma Alrzini

Joma Alrzini

  • NA
  • 61
  • 29.4k

hide the validation error message

Jul 8 2016 11:04 AM
I need to hide the validation message when a user starts typing  the first litter automatically not until move the mouse to another place 
 
I have this code for the validation
 
 
<asp:RequiredFieldValidator ErrorMessage="Write something!" ID="RequiredFieldValidator1" ForeColor="Red" ControlToValidate="txtContent"
runat="server" ValidationGroup="click" Display="Dynamic" />
 
 
please try to help  

Answers (3)