Wednesday, 14 August 2013

MVC3 Remote Validation not working , js problems

MVC3 Remote Validation not working , js problems

I have a problem with [Remote] Client validation in mvc3. I've already
read some topics related with my problem but none of the solutions worked
for me. My problem is that my action in the controller is not triggered.
Though [required] , [stringlenght] and other annotations work fine ,
remote seems not to be triggering a request to the server because my
action in controller is never triggered. I've done everything that needs
to be done includin jquery scripts adding the tags in but my action is
still not triggered. Interesting is , though nothing happens when i try to
submit the form which contains the controller which has the remote tag ,
the submit doesn't work neither, if i comment [remote] in my code
everything works just fine. Any support will be appreciated.

No comments:

Post a Comment