Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Ajax.ActionLink not working in Internet Explorer 10

$
0
0

I have searched and searched and tested and tested... and I cannot get IE10 to dump a partial page into a div.  It's simple code and FF & Chrome each do it flawlessly.  I have done ctrl + F5, and a handful of other supposed solutions (no-cache, POST instead of GET, etc.), all to no avail.

View:

<div id="user-component-wrapper"></div>

...
        
<button class="next">
            @Ajax.ActionLink("NEXT >>", "LoadTest", "Home", new AjaxOptions
                 {
                     HttpMethod = "GET",
                     InsertionMode = InsertionMode.Replace,
                     UpdateTargetId = "user-component-wrapper"
                 })</button>

Controller:

        public PartialViewResult LoadTest()
        {
            return PartialView("_Test");
        }

Can anyone please help with this - it is driving me batty...


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>