Hi,
I am using asp.net 1.1
Here is a test page:
http://www.kizingonibeach.com/test/testPage.aspx Please test it on IE not Firefox.
Now, if you are familiar with ASP.NET Required Field Validators (for asp.net 1.1), you should know that when someone clicks on the Submit button without entering anything in the Name field on the test page above, he should get an error message "Please enter your name" on the client side without the page postback. If you test the above page, you will notice that the error message ("Please enter your name") is displayed after a postback rather then on the client side. By the way this happens after I have removed the aspnet_client folder. However, if I upload the aspnet_client folder in the root, the client validation does infact work but the page will NOT submit or rather you will not be able to click the button if you have entered something in the Name field (text box). Currently the aspnet_client folder is removed.
Why does this happen? Can someone please help me sort out this issue.
Thanks