473,387 Members | 1,502 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,387 software developers and data experts.

Client side validation stopped working

Our Development Server (windows 2003, framework 1.1) was working great for
months, then one day all the client side validators stopped working. Only the
server side validation is working. Our code was ported to other servers and
the client side validation works fine.

This makes me believe that the .net framework is not working correctly or a
service pack or hot fix was installed. Has anyone seen this problem?

Nov 18 '05 #1
4 1880
Just a few more things to add:

- This application is located on the d:\inetpub.
- I made sure the aspnet_client was in the right location, which it is.
- I run aspnet_regiis -c to refresh the scripts to account for the service
pack issues. and copied it to d:\inetpub.
- Help!

"vzaffiro" wrote:
Our Development Server (windows 2003, framework 1.1) was working great for
months, then one day all the client side validators stopped working. Only the
server side validation is working. Our code was ported to other servers and
the client side validation works fine.

This makes me believe that the .net framework is not working correctly or a
service pack or hot fix was installed. Has anyone seen this problem?

Nov 18 '05 #2
Copy the aspnet_client from a working server to the problem server

Jeff

"vzaffiro" <vz******@discussions.microsoft.com> wrote in message
news:AB**********************************@microsof t.com...
Just a few more things to add:

- This application is located on the d:\inetpub.
- I made sure the aspnet_client was in the right location, which it is.
- I run aspnet_regiis -c to refresh the scripts to account for the service
pack issues. and copied it to d:\inetpub.
- Help!

"vzaffiro" wrote:
Our Development Server (windows 2003, framework 1.1) was working great for months, then one day all the client side validators stopped working. Only the server side validation is working. Our code was ported to other servers and the client side validation works fine.

This makes me believe that the .net framework is not working correctly or a service pack or hot fix was installed. Has anyone seen this problem?

Nov 18 '05 #3
I tried that and it still doesn't work.

"Jeff Dillon" wrote:
Copy the aspnet_client from a working server to the problem server

Jeff

"vzaffiro" <vz******@discussions.microsoft.com> wrote in message
news:AB**********************************@microsof t.com...
Just a few more things to add:

- This application is located on the d:\inetpub.
- I made sure the aspnet_client was in the right location, which it is.
- I run aspnet_regiis -c to refresh the scripts to account for the service
pack issues. and copied it to d:\inetpub.
- Help!

"vzaffiro" wrote:
Our Development Server (windows 2003, framework 1.1) was working great for months, then one day all the client side validators stopped working. Only the server side validation is working. Our code was ported to other servers and the client side validation works fine.

This makes me believe that the .net framework is not working correctly or a service pack or hot fix was installed. Has anyone seen this problem?


Nov 18 '05 #4
I would try iisreset after copying...

"vzaffiro" <vz******@discussions.microsoft.com> wrote in message
news:D4**********************************@microsof t.com...
I tried that and it still doesn't work.

"Jeff Dillon" wrote:
Copy the aspnet_client from a working server to the problem server

Jeff

"vzaffiro" <vz******@discussions.microsoft.com> wrote in message
news:AB**********************************@microsof t.com...
Just a few more things to add:

- This application is located on the d:\inetpub.
- I made sure the aspnet_client was in the right location, which it is. - I run aspnet_regiis -c to refresh the scripts to account for the service pack issues. and copied it to d:\inetpub.
- Help!

"vzaffiro" wrote:

> Our Development Server (windows 2003, framework 1.1) was working
great for
> months, then one day all the client side validators stopped working.

Only the
> server side validation is working. Our code was ported to other
servers and
> the client side validation works fine.
>
> This makes me believe that the .net framework is not working
correctly or a
> service pack or hot fix was installed. Has anyone seen this problem?
>


Nov 18 '05 #5

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

Similar topics

4
by: | last post by:
Hello Guys, I am using the validation controls to validate my data. But the problem is "The page is still being posted to server". I want to get rid of the round trips to server. Are there...
2
by: Dnna | last post by:
I have a table which is bound to an Internet Explorer XML data island. I'm using ASP.NET's client-side validators for an input field in the table. The problem is that if the input fields are in...
14
by: Matt | last post by:
I want to know if ASP.NET Web Forms Validation Controls are Server-Side or Client-Side form validation? Since I think each validator control can select either 1) JavaScript based error dialog or 2)...
10
by: Tom | last post by:
I have created a new site, using asp.net c#. My pages contain client side validation to validate the users input. On my local machine this works fine, but when I moved my site to the test server,...
3
by: Guadala Harry | last post by:
I hope this is something I can solve without contacting the vendor: I'm implementing a 3rd party component that will, by itself, initiate a PostBack. Apparently it does not support the...
1
by: Hong Hao | last post by:
Recently, I was trying to modify an existing aspx page when client-side validation on that page stopped working. I searched this group and the web in general and found that other people have had...
9
by: Alan Silver | last post by:
Hello, I have some simple client-side Javascript validation that was working fine until now. For some reason (don't ask me), it has stopped working and I can't figure out why. I have switched to...
4
by: Andre | last post by:
Hi, I have read at many place that .Net 2.0 was suppose to support client-side validation in non-IE Browser. But i've try a very simple validation, and firefox is unable to run it, it works only...
0
by: mohaaron | last post by:
I just discovered that client side validation using the validation controls in IE doesn't work anymore. I have a page with two text boxes, each of which has a RequiredFieldValidator and a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...

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.