Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,

I am stuck with requiredFieldValidator which is not working with linkbutton when i am using Jquerymobile Framework.


Thanks for help.
Posted

1 solution

I had a similar issue, which I just fixed. I had some RequiredFieldValidators that weren't working (i.e., the validation passed when the textboxes were empty) when I pressed an asp:Button when using jQuery Mobile. Turns out the problem was that I didn't have a ScriptManager on the mobile masterpage, and adding it fixed the problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900