4
Shouts

Using A Page Control For MVC Templating « Hugoware

published 1119 days, 13 hours, 5 minutes ago posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 1120 days, 9 hours, 10 minutes ago
Tuesday, April 27, 2010 8:07:04 AM GMT Monday, April 26, 2010 12:02:21 PM GMT

In previous posts I’ve talked about using WebControls along with ControlAdapters to have cleaner markup by using the built in ASP.NET page life cycle to assign values to the correct elements on the page. This approach can make views easier to read by removing server side code blocks and allowing logic to be handled within the code behind of the view and not within the page itself. This post continues the discussion by looking at how you can use a Controller to create instances of views before rendering ...

category: Web Dev | clicked: 0 | | source: somewebguy.wordpress.com | show counter code
tags: ASP.NET MVC, templating, web development, ASP.NET