Asp.net Custom Validator and Jquery $.ajax()
When we are using custom validation and making Ajax call using jquery library, custom validation function always returns true. We can fix this, jQuery’s $.ajax() function has a handy option: async, which when set to false does what we need – it waits for the response from the server before continuing to our success function.
For detailed description with example visit:
http://brian.dobberteen.com/other-stuff/jquery_ajax_custom_validator/
http://stackoverflow.com/questions/928309/jquery-and-asp-net-custom-validator
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
Recent Comments