問題タブ [ajax.beginform]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ajax - Ajax.BeginForm が非同期投稿を行わない
私は長い間Ajax.BeginFormに問題を抱えていますが、インターネットとSOで検索していますが、私の場合は両方が行われていることを許可するための組み込みjquery.unobtrusive-ajax.min
または編集のほとんどのソリューションですが、それでも私のajaxフォームは完全なポストバックを行っており、できません理由を理解してください。web.config
UnobtrusiveJavaScriptEnabled
のView
のController
の BundleConfig
kendo-ui - POST an Ajax form from a Kendo UI window
To edit a record, I'm opening a modal Kendo UI window populated with a partial view containing an AJAX enabled form:
When I run the form and click 'Save' on the popup, the form posts successfully but the post is not done via AJAX and my 'SomeMethod' onsuccess method is not being called. I've tried adding...
...on the partial view but it did not help. How can I get my form to submit using AJAX? I'm missing something obvious. Thanks!
c# - ASP.NET MVC 4のAjax.BeginFormがコントローラーアクションを呼び出さない
Ajax.BeginForm を使用しようとしていますが、成功しません。フォームが正しく機能しません。コントローラー アクション「UpdateTest」が呼び出されない理由がわかりません。多くのチュートリアルに従いましたが、それでも同じ問題が発生します。ご協力ありがとうございました !
私のモデル:
ColorController での私のアクション
私の見解
Javascript