jquery - How to build manually a form submit request in an ASP.NET MVC app? -


my problem follow 'normal' way of building form, submitting action on server.

after verifying data, have validationsummary show eventual errors, , on...

now, want post server json object, instead of form.

the fact i'm using kendo mvvm observable object mimics input controls, , it's kept in sync them, send object server, thing can 'normal' post, then, i'm stuck current (version of the) page, without validation , without reloading page.

keeping things (and problems!) separate, don't know in end how build manually submit request (passing json data , following default asp.net mvc flow): solution found out doesn't seem (for know) exploit same functionality.

i hope have been clear, problem... :-)

thanks in advance

andrea


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -