[eluser]Rick Jolly[/eluser]
Adding to gtech's suggestions:
1) Load the partial views within the controller as strings in a library or an application/base/parent controller.
2) Load the partial views within the view. Still requires you to set the data for those views in the controller in a library or application/base/parent controller.
3) Use a helper within the view to load each partial view. Doesn't require messing with the controller.
Search for hmvc on these forums.