我使用Ajax.BeginForm什麼是Jquery的腳本文件Ajax.BeginForm在asp.net mvc的
using (Ajax.BeginForm("checklogin", "home", null, new AjaxOptions {
UpdateTargetId = "resultId",
HttpMethod="Post" }, new { id = "_forgetForm" }
))
,但結果顯示
我已經包括了下頁
<script src="<%: Url.Content("~/Scripts/MicrosoftAjax.js") %>" type="text/javascript"></script>
<script src="<%: Url.Content("~/Scripts/MicrosoftMvcAjax.js") %>" type="text/javascript"></script>
但沒有效果 什麼是.js文件和有什麼命令使用 Ajax.BeginForm
這不是正確的解決方案。你不需要Microsoft *腳本和.validate腳本就可以工作。看到我的回答:http://stackoverflow.com/a/15114299/29407 – 2013-02-27 14:17:28