Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Urgent - strange problem with Validators in FireFox
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Urgent - strange problem with Validators in FireFox
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01328977
Message ID:
01328977
Vues:
45
Hi everybody,

For some reason validators stopped working in FireFox. I type the information and the message is supposed to disappear, but it stays there.

Here is how one of the controls renders in FireFox:
<label class="bx">First Name </label><span class="bx">
<input name="PeopleFriendsForm:GeneralInfoFriend:txtFirstName" type="text" value="Naomi" 
maxlength="25" id="PeopleFriendsForm_GeneralInfoFriend_txtFirstName" />
<span controltovalidate="PeopleFriendsForm_GeneralInfoFriend_txtFirstName" 
errormessage="First Name is Required" 
display="Dynamic" id="PeopleFriendsForm_GeneralInfoFriend_rqfvFirstName" 
evaluationfunction="RequiredFieldValidatorEvaluateIsValid" 
initialvalue="" style="color:Red;display:none;">First Name is Required</span></span>
Is says here display:none, but the message actually remains on the screen.

Do you see what could be wrong?
If it's not broken, fix it until it is.


My Blog
Répondre
Fil
Voir

Click here to load this message in the networking platform