Validation summary on Hosting
-
Hi All, I am using some validation controls on my web page and if validation fails validation summary Correctly shows me details,BUTWhen I uploaded all pages on remote server,this validations are not working. If have any idea share with me. Regards, Nagraj:rose:
-
Hi All, I am using some validation controls on my web page and if validation fails validation summary Correctly shows me details,BUTWhen I uploaded all pages on remote server,this validations are not working. If have any idea share with me. Regards, Nagraj:rose:
-
I guess the folder
aspnet_client\1_1_4322
(.NET 1.1) oraspnet_client\2_0_50727
(.NET 2.0) is missing in your website. These folders contain the client javascripts for validation.Yep I had the same problem. On my machine everythign worked fine but when we moved the page to the server the javascripts did not work... After some time we found out that there is no files in the aspnet_client\1_1_4322 folder... Anybody know why something liek this would happen? Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
Yep I had the same problem. On my machine everythign worked fine but when we moved the page to the server the javascripts did not work... After some time we found out that there is no files in the aspnet_client\1_1_4322 folder... Anybody know why something liek this would happen? Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
They didn't setup your domain like they should have. When you install .NET it installs at all the websites the asp_client folder. When they added your domain to the IIS they should have run Aspnet_regiis.exe -c, to install the clientscripts , but they didn't.
-
Hi All, I am using some validation controls on my web page and if validation fails validation summary Correctly shows me details,BUTWhen I uploaded all pages on remote server,this validations are not working. If have any idea share with me. Regards, Nagraj:rose: