This is a discussion on Which JavaScript file is referenced for validating the validators at the client side? within the ASP and ASP.NET Programming forums, part of the Web Development category; Hi, Any One Explain the Question Thanks, Sundar Raja...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| The Validation controls make use of a JavaScript script library that is automatically installed on your server when you install the .NET framework.This library is located in a file named WebUIValidation.js. By default, WebUIValidation.js is installed in a directory named aspnet_client located beneath your Web server's wwwroot directory. If you change the location of your root directory, you need to copy the aspnet_client directory to the new directory; otherwise, the validation script will not work. If WebUIValidation.js can't be found, you receive the error Warning! Unable to find script library 'WebUIValidation.js' |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Client side JavaScript and and Server side Java Script | sathian | HTML, CSS and Javascript Coding Techniques | 2 | 11-09-2007 10:30 PM |
| How to call a javascript function in a client side click? | leoraja8 | ASP and ASP.NET Programming | 4 | 10-30-2007 01:43 AM |
| difference between Client side JavaScript and and Server side Java Script? | Sundaram | HTML, CSS and Javascript Coding Techniques | 1 | 09-05-2007 11:46 AM |
| Which Javascript file is referenced for validating the validators at the client side? | mobilegeek | HTML, CSS and Javascript Coding Techniques | 1 | 07-25-2007 11:15 PM |
| should validation occur server side or client side?why? | prasath | ASP and ASP.NET Programming | 1 | 07-19-2007 03:09 AM |