473,395 Members | 1,584 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

All validators stopped working

Hi,

A very weird thing has happened. Today, all the validators on all the pages
and user controls on one of the servers stopped working. They seem to do
the validation server side, instead of client side. Other servers are
running the same code without a problem.

I compared the HTML output by the server causing the problem, and the one
that doesn't. It is identical other then some of the viewstate.

The only thing I can think of that is different is the installation of the
ABCUpload component on that box. Some Web.config settings have been added -
but none that would make me suspect would be responsible.

Any ideas?
Nov 17 '05 #1
4 2106
in ur web.config file are u manipulating "ClientTarget" attribute,it shud
not be "downlevel".
or something might be wrong with ur webuivalidation.js.

--
Rajesh Tiwari
"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:#y**************@tk2msftngp13.phx.gbl...
Hi,

A very weird thing has happened. Today, all the validators on all the pages and user controls on one of the servers stopped working. They seem to do
the validation server side, instead of client side. Other servers are
running the same code without a problem.

I compared the HTML output by the server causing the problem, and the one
that doesn't. It is identical other then some of the viewstate.

The only thing I can think of that is different is the installation of the
ABCUpload component on that box. Some Web.config settings have been added - but none that would make me suspect would be responsible.

Any ideas?

Nov 17 '05 #2
ClientTarget is not anywhere in Web.config at all.

I don't know about the webuivalidation.js - but I can't image what would
suddenly break it...

"Rajesh Tiwari" <ra****@nuis.com> wrote in message
news:ew**************@TK2MSFTNGP10.phx.gbl...
in ur web.config file are u manipulating "ClientTarget" attribute,it shud
not be "downlevel".
or something might be wrong with ur webuivalidation.js.

--
Rajesh Tiwari
"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:#y**************@tk2msftngp13.phx.gbl...
Hi,

A very weird thing has happened. Today, all the validators on all the

pages
and user controls on one of the servers stopped working. They seem to do the validation server side, instead of client side. Other servers are
running the same code without a problem.

I compared the HTML output by the server causing the problem, and the one that doesn't. It is identical other then some of the viewstate.

The only thing I can think of that is different is the installation of the ABCUpload component on that box. Some Web.config settings have been

added -
but none that would make me suspect would be responsible.

Any ideas?


Nov 17 '05 #3
The folder under aspnet client was missing the 1.1 directory with the
validation files. The 1.0 ones were there. I have no idea why this directory
got deleted.

"Rajesh Tiwari" <ra****@nuis.com> wrote in message
news:ew**************@TK2MSFTNGP10.phx.gbl...
in ur web.config file are u manipulating "ClientTarget" attribute,it shud
not be "downlevel".
or something might be wrong with ur webuivalidation.js.

--
Rajesh Tiwari
"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:#y**************@tk2msftngp13.phx.gbl...
Hi,

A very weird thing has happened. Today, all the validators on all the

pages
and user controls on one of the servers stopped working. They seem to do the validation server side, instead of client side. Other servers are
running the same code without a problem.

I compared the HTML output by the server causing the problem, and the one that doesn't. It is identical other then some of the viewstate.

The only thing I can think of that is different is the installation of the ABCUpload component on that box. Some Web.config settings have been

added -
but none that would make me suspect would be responsible.

Any ideas?


Nov 17 '05 #4
is ur problem solved now

--
Rajesh Tiwari
"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:#8**************@TK2MSFTNGP11.phx.gbl...
The folder under aspnet client was missing the 1.1 directory with the
validation files. The 1.0 ones were there. I have no idea why this directory got deleted.

"Rajesh Tiwari" <ra****@nuis.com> wrote in message
news:ew**************@TK2MSFTNGP10.phx.gbl...
in ur web.config file are u manipulating "ClientTarget" attribute,it shud
not be "downlevel".
or something might be wrong with ur webuivalidation.js.

--
Rajesh Tiwari
"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:#y**************@tk2msftngp13.phx.gbl...
Hi,

A very weird thing has happened. Today, all the validators on all the

pages
and user controls on one of the servers stopped working. They seem to

do the validation server side, instead of client side. Other servers are
running the same code without a problem.

I compared the HTML output by the server causing the problem, and the one that doesn't. It is identical other then some of the viewstate.

The only thing I can think of that is different is the installation of the ABCUpload component on that box. Some Web.config settings have been

added -
but none that would make me suspect would be responsible.

Any ideas?



Nov 17 '05 #5

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

Similar topics

2
by: Jason Shohet | last post by:
We coppied our site up to a 2003 remote server, and our validators stopped working. I read on another posting, that the validation mechanism works by examining some validation.js file in the web...
6
by: Mark | last post by:
We have Validators embedded in an asp table server control. The table server control is necessary and cannot be replaced. We want to apply CSS formatting to the validators, but the validators...
0
by: Ratman | last post by:
Regular Expression validators NOT working, Required Field validators ARE working I have tried everything from moving the aspnet_client folder around from root to web application, making it a...
1
by: Gabriel Lozano-Morán | last post by:
When using the tabstrip control combined with a multipage (several pageview) there is a problem when using validators. The problem is that validation also occurs on the validators that are not on...
2
by: Mike Surcouf | last post by:
Hi I have some regex validators on my page set to dynamic and like the way they appear after you tab out of a field and also when you try to postback the form. All OK so far When I register...
8
by: ShaneFowlkes | last post by:
For some reason, my validator controls stopped working when a form posts. They seems to work on fields that lose focus but if I submit a form with all empty fields, not of the required validators...
4
by: Ben | last post by:
Hello I recently used VS.NET 2003's Copy Project to create a "release' version of my asp.net app. On the same machine where the development has occured, I loaded the app and all worked fine. I...
1
by: Andrew Jocelyn | last post by:
Hi I have a Formview control in a UserControl. The server-side validation is not working, i.e. the events are not firing when a button control which causes validation is fired or even when...
2
by: Alec MacLean | last post by:
Hi, I have a page using AJAX. The page has three modal popups that work fine when I don't have field validators in place. As soon as I put a validator in place, the popup "form" the validator...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.