ASP.NET MVC 2.0 - Difference between RenderPartial and RenderAction

Viewed 6617

I am trying to understand the difference between a RenderPartial and RenderAction. I guess that RenderPartial is like a UserControl and RenderAction is like a server-side include. Can someone put this in perspective please and if possible give me a couple scenarios of where each would be used?

3 Answers
Related