Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Urgent - strange problem with Validators in FireFox
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Urgent - strange problem with Validators in FireFox
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01328977
Message ID:
01328977
Views:
44
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
Reply
Map
View

Click here to load this message in the networking platform