Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Blakeley #1
Can't find WebUIValidation.js
We are experiencing the following error on our pages:
Unable to find script library
'/aspnet_client/system_web/1_0_3705_288/WebUIValidation.js'. Try placing
this file manually, or reinstall by running 'aspnet_regiis -c'.
When searching google I came across the solution that instructs you to
modify the webconfig file, which we are in the process of testing to see if
it fixes the problem. Here is what we put in our webconfig file:
<webControls
clientScriptsLocation="m:\web\users\L001U24ETU\htm l\aspnet_client\system_web
\1_0_3705_288\" />
My question is does anyone know why this happens? I talked to a friend of
mine who was experiencing the same problems and what we narrowed it down to
is that we got to the page with the error through a redirect. Have others
seen this??
Thanks
Kevin
Kevin Blakeley Guest
-
Using DW find to find tags not on page
I transfering content from 1498 static pages into a MySQL database. I've isolated 1450 pages with single h1 or h2 tags that I can use in the title... -
trailing slash issue in Find.find
require "find" Find.find("/usr/bin/") { |file| puts file } /usr/bin//rmdir /usr/bin//rm /usr/bin//mv /usr/bin//mknod /usr/bin//mkfifo... -
Forcing .NET to render the '/aspnet_client/system_web/1_0_3705_0/WebUIValidation.js' on the web page
We are using our own custom JavaScript validation as well as .Net validation. However, when we include our custom validation on a page, ..NET does... -
CustomValidator Delima OR Rendering the WebUIValidation Tag
When using a ASP.NET CustomValidator, which runs client- side javascript, and using other ASP.NET validators (i.e. RequiredField, Compare, etc.)... -
Can't Find the DSN
I'm using an Access database on my site and have tried to connect via DSN. After tweaking the testing server info in Dreamweaver I can now "connect"... -
Chance Hopkins #2
Re: Can't find WebUIValidation.js
did you do this?
>running 'aspnet_regiis -c'.
Chance Hopkins Guest



Reply With Quote

