I’ve faced the same problem. and I’ve followed above instructions by replacing the systemweb folder from my local machine to server.
But after that, validation processes when I click submit button.
Now big problem is that even when the whole page is validated, the page cannot be submitted. ?( ?( ?(
It’s so weird. I can’t even find the solution on the Internet.
Why the page cannot be submitted when all validation are passed?
If anyone still having problem with validator or button not functioning. Please have a look on the link below, it may help you to solve most of the problem. Cheers..
[QUOTE=terencetcf]
If anyone still having problem with validator or button not functioning. Please have a look on the link below, it may help you to solve most of the problem. Cheers..
People… if you upload the system_web directories make sure and 1 of them is 1_1_… make sure you add the return value to the JS script the article above mentions.
My login and registration submit buttons were failing for days which tends to hurt a brand new site.
Hi AndyLL - just been on your very quirky site - very original. I was running in 800 x 600 and when I clicked your Register button there wasn’t a post back (as expected) but the Required warnings were out of view at the top part of the page. An innocent punter, not scrolling to the top to see the Required warnings, might think nothings happened. So, may I humbly suggest you put a ValidationSummary control below the Register button, and set its ShowMessageBox property to True. Then, the punter will definitely know he’s missed a field.