Dealing with Multiple Instances of Partial Views and Model Binding in ASP.NET MVC

ASP.NET model binding is quite powerful and flexible. It caters to most of the scenarios without much configuration from developers. However, at times you may need to intervene in order to achieve the desired model binding effect. One such situation is when you use multiple instance of a partial page on a view. This article shows one possible approach to deal with such situations.

http://www.binaryintellect.net/articles/fe1c187c-9d93-4c48-89dc-e497c2a53294.aspx