New to this, so bear with me if I missed this somewhere in another answer. I tried using AjaxOptions in Ajax.BeginForm and it did not pop up, so I switched to testing it in an
Be sure the script tag is actually pointing to the correct script. You may need to specify a relative path.
<script src="../Scripts/jquery.unobtrusive-ajax.min.js" type="text/javascript" ></script>
Firebug is helpful for discovering if this is the issue.