Hi Peter,
Thanks for your input. Do u have a running sample using the splitter and Responsive plugin.
Finally I got it, all you need to do is to add a HtmlHelper
@Url.Action("actionMethod", "Controller")
to the src attribute of the iframe.
This can be done inline or using jquery
$("#infopane").attr("src", '@Url.Action("ReportInfo", "Report")')