Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.54 KB

File metadata and controls

21 lines (16 loc) · 1.54 KB

Data Editors for ASP.NET MVC - How to use AJAX callbacks to validate a Captcha code and submit a form

This example demonstrates how to use callbacks to validate model data and Captcha code.

Validate Model Values

Call the jQuery library's serialize method to collect values from all editors displayed in a form. Send these values in an AJAX callback to the Controller.

Files to Review