Strongly typed partial view not loading AJAX content appropriately

Posted by mwright on Stack Overflow See other posts from Stack Overflow or by mwright
Published on 2010-04-05T20:12:05Z Indexed on 2010/04/05 20:13 UTC
Read the original article Hit count: 446

I am using an Ajax.ActionLink to load a partial view. It works fine when the partial view is not strongly typed. However, as soon as I make the partial view strongly typed it ceases to display the Ajax content when the link is clicked on.

What am I missing?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about AJAX