473,508 Members | 2,091 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

RequiredFieldValidator problem with IE 5

Hello,
I have a Web Form with a text box and a required field validator
attached to it. This form is installed on two different
configurations explained below.

Config. 1:
- Windows Server 2000 (SP4)
- .NET Framework 1.1
- IE 6.0
- The control works fine.

Config. 2:
- Windows Server 2000 (SP4)
- .NET Framework 1.1
- IE 5.0
- The control does not works.

Both configuration are accessed via IE 6.0 installed on Windows 2000
Professionnal.

The problem is that the validator works on a specific server and does
not work on another server.

Is it possible that IE 5.0 generates the problem?

Thank you very much for the answer.
Nov 18 '05 #1
3 1136
if the user has scripts disabled then yes. Clientside validators require
that javascript is enabled on the client. Use custom/server validators to
avoid this. It's a postback, but it's consistent

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Pierre" <pc*****@kim.kaba.com> wrote in message
news:39**************************@posting.google.c om...
Hello,
I have a Web Form with a text box and a required field validator
attached to it. This form is installed on two different
configurations explained below.

Config. 1:
- Windows Server 2000 (SP4)
- .NET Framework 1.1
- IE 6.0
- The control works fine.

Config. 2:
- Windows Server 2000 (SP4)
- .NET Framework 1.1
- IE 5.0
- The control does not works.

Both configuration are accessed via IE 6.0 installed on Windows 2000
Professionnal.

The problem is that the validator works on a specific server and does
not work on another server.

Is it possible that IE 5.0 generates the problem?

Thank you very much for the answer.

Nov 18 '05 #2
Another potential issue, is that there were definitely some serious
javascript bugs in 5.0, which may result in events not firing properly or
something. Make sure that the page is not generating any errors in 5.0 as
well, might be a syntax thing.

"Pierre" <pc*****@kim.kaba.com> wrote in message
news:39**************************@posting.google.c om...
Hello,
I have a Web Form with a text box and a required field validator
attached to it. This form is installed on two different
configurations explained below.

Config. 1:
- Windows Server 2000 (SP4)
- .NET Framework 1.1
- IE 6.0
- The control works fine.

Config. 2:
- Windows Server 2000 (SP4)
- .NET Framework 1.1
- IE 5.0
- The control does not works.

Both configuration are accessed via IE 6.0 installed on Windows 2000
Professionnal.

The problem is that the validator works on a specific server and does
not work on another server.

Is it possible that IE 5.0 generates the problem?

Thank you very much for the answer.

Nov 18 '05 #3
Hello.
First, thank you all for your fast answer.
I found the problem: the aspnet_client folder was not a sub-folder of
the WWW virtual domain. Therefore the javascript file
"WebUIValidation.js" was not reachable by the validator control and
nothing worked.
I added this folder to the virtual domain and everything works fine.
Once again, thanks!
Pierre

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2133
by: BK | last post by:
I'm having a really strange problem with and HtmlSelect server control (listbox) and a RequiredFieldValidator that I am trying to use to make sure that someone has items in the listbox. The way...
0
2019
by: Nicolas | last post by:
How can I have only one RequiredFieldValidator to control two TextBox webcontrols so that only one message is displayed <asp:Label id="lbl_UserName" runat="server"></asp:Label><br> <asp:TextBox...
3
2939
by: me | last post by:
Is there any particular reason why a requiredfieldvalidator cant validate a listbox? I have bound the two together but the validator always returns false on isvalid and so does the Page, no matter...
7
8923
by: Ed West | last post by:
Hello, I have a simple form with some input boxes. After validation if one fails, then I would like to at the top of the page say something like "The following fields in red are required" and...
4
10022
by: James | last post by:
Hello, I have a RequiredFieldValidator for several textbox controls on a form. Here's an example with the RequiredFieldValidator. EnableClientScript, Enabled, and Visible are set to true for...
4
5092
by: Joe | last post by:
Hello, I have created a login page using dotnet. I am using requiredFieldValidator and noticed that the code works fine in IE but not in Netscape, Opera, Mozilla, Firefox, etc. For example...
5
3228
by: Fernando Lopes | last post by:
Hi. I want to show an image in a requiredfield validator instead of "*". So, I 'm set the requiredfieldvalidator attributes like following: <asp:RequiredFieldValidator id=rfvFirstName...
2
2083
by: Hongbo | last post by:
Hi, I have a Asp.Net written in C#. It serve as information input form. The form encounters sort of random problem with the email field and state field. I have validator attached with these 2...
1
5983
by: Giovanni | last post by:
Dear Friends, I need your help. I am trying to dynamically create a RequiredFieldValidator in the ItemCreated event of a DataList but cannot get it to work. The errors seem to revolve around...
2
6442
by: Christina | last post by:
Hello !! I am creating a dynamic textbox and want to validate it using the requiredfieldvalidator. These are the steps which I tried: ==================================================== 1)...
0
7225
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7124
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7385
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7498
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5629
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3195
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3182
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1558
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
766
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.