473,729 Members | 2,272 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1902
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******@discu ssions.microsof t.com> wrote in message
news:AB******** *************** ***********@mic rosoft.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******@discu ssions.microsof t.com> wrote in message
news:AB******** *************** ***********@mic rosoft.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******@discu ssions.microsof t.com> wrote in message
news:D4******** *************** ***********@mic rosoft.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******@discu ssions.microsof t.com> wrote in message
news:AB******** *************** ***********@mic rosoft.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
2372
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 any get arounds for this problem apart from the traditional JavaScript?
2
2685
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 a table that is bound to the island (such that the rows are dynamically generated by IE from the XML data island), the validators do not work. If the table is not bound, the validators do work, but then I don't have the table iterating through...
14
6308
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) show the error message next to the control. For example, if the text field is empty with RequiredField Validator control, it can show the value in ControlToValidate property in two ways as I mentioned. Please advise. Thanks!
10
4010
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, the validation don't want to execute. If I view source on the page I can see the java script is created, but it don't execute. I'm browsing to the site in IE, so it is not a browser problem and the validtation works on other sites on the same...
3
2970
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 CausesValidation property - so forms get posted back without any client-side validation. I know I can do validation server side (and do anyway just as a good practice), but I want this control (which is basically an ImageButton) to trigger client-side...
1
3949
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 the same issue. However, none of the suggested fixes solved my particular problem. I tracked down the cause of the problem, which is related to aspx page parser's handling of controls inside html comments. The problem may be quite common and well...
9
2236
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 version 2.0 (from 1.1) and have changed the page to use a master page, but other than that, it's the same. I am trying to validate the from date for a credit card to make sure the date has already passed. The code is pretty straightforward. I...
4
1772
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 in IE. Do i have to make something special to make it work or the problem is still present in 2.0 ? Thanks you
0
927
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 RegularExpressionValidator. When I click the Button I see the client side error message for a second and then the page does a postback. I have read a few blogs about other people having this problem, but nobody seems to have an answer. So, does anyone...
0
8917
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8761
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9426
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9281
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9142
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8148
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6722
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4525
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2163
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.