My Validator Controls don't work everywhere !
-
Hi, I develop an application which contains Validator controls. With my "test" server all works perfectly but when I put this application on my "production" server, in some pages, some of validator controls don't work anymore. Is there anything to change on my page or on my server ? Why Validator works in some pages and not in another on the same server? Please help me...
-
Hi, I develop an application which contains Validator controls. With my "test" server all works perfectly but when I put this application on my "production" server, in some pages, some of validator controls don't work anymore. Is there anything to change on my page or on my server ? Why Validator works in some pages and not in another on the same server? Please help me...
Check to make sure your "production" server has the appropriate scripts in the [web root]\aspnet_client\system_web\[framework version number] directory, e.g. C:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4322 There should be a couple of them in there, at least for framework 1.1: SmartNav.js WebUIValidation.js as well as SmartNav.htm I've run into this using a third party host once before. Good luck
The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’
-
Hi, I develop an application which contains Validator controls. With my "test" server all works perfectly but when I put this application on my "production" server, in some pages, some of validator controls don't work anymore. Is there anything to change on my page or on my server ? Why Validator works in some pages and not in another on the same server? Please help me...
"works in some pages and not in another on the same server" I think there maybe is other reasons eg: are you sure the button than you wanna validate its CausesValidation is True..... I made the same mistake long time ago ... the problem is that: I click the button but the validate controls out work, just like you . God bless u ..;P Study...
-
Check to make sure your "production" server has the appropriate scripts in the [web root]\aspnet_client\system_web\[framework version number] directory, e.g. C:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4322 There should be a couple of them in there, at least for framework 1.1: SmartNav.js WebUIValidation.js as well as SmartNav.htm I've run into this using a third party host once before. Good luck
The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’
Ok thanks, your idea give me an idea !!! It was the famous command :
c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis -c
that I've to lauch: It replaces scripts in good directories -
"works in some pages and not in another on the same server" I think there maybe is other reasons eg: are you sure the button than you wanna validate its CausesValidation is True..... I made the same mistake long time ago ... the problem is that: I click the button but the validate controls out work, just like you . God bless u ..;P Study...
hey bro! try to re-register asp.net running on your production server by running this command c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis -i