Multiple update target ids with Ajax.ActionLink ASP.Net MVC

asp.net-mvc, jquery

Solution

You can check this link: http://devlicio.us/blogs/sergio_pereira/archive/2009/08/23/asp-net-mvc-with-jquery-superload.aspx

I had the same problem and it helps me to solve it

Problem

Is there a way to specify multiple update target ids with Ajax.ActionLink so that I can render a set of partial views on callback? The problem that I'm seeing is that Ajax.ActionLink only provides one target id for me to update, but what I need is to update multiple regions of the page with different data after an ajax call. Any help on this would be great! Thanks!

Original source