News

Integrating Ajax and Partial Views in ASP.NET MVC In previous columns, I've discussed options in assembling your View from a set of partial Views. However, in all of those examples, I've been ...
Did you know that you can call your own Action methods from your Views? It's an easy way to build logic and flexibility into your Views without violating the MVC paradigm.