ASP.NET Regular expression and Required field validators not working on JodoHost

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?

In my local machine, it’s working perfectly .

All helps are greatly appreciated.

Could you post the link to your web page?

I’d like to see the generated code to see if there’s something quirky.

Thanks.

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..

http://aspalliance.com/699

[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..

http://aspalliance.com/699
[/QUOTE]

Thanks Terencetcf for the link.

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.

Andy

http://www.piss-o-meter.com/default.aspx?User=AndyLL

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.

Good luck with your site,
Regards

Really good article. Great Relief. Thanx :open_mouth: