Archive for category: ASP.NET MVC

No RenderPartial from a different folder

3 June, 2009 (10:17) | ASP.NET MVC | By: twagner

Maybe this is not supposed to work out of the box in the manner I thought…..
In order to render something similar to a user control in ASP.NET MVC one creates a partial view – which ends up with the extension of ascx.  This partial view can be embedded into and rendered through other pages (views) [...]

The problem with the ASP.NET MVC Revolution

2 June, 2009 (13:58) | ASP.NET MVC | By: twagner

Many years ago I lived in a Communist country. I grew up there.  All children growing up in this Communist country had to learn about various Revolutions in history. Most dominantly the October Revolution in Russia that overthrew the Czar and established a Communist government. So it can be said that I have some idea [...]

More ASP.NET MVC Puzzlement

30 May, 2009 (19:50) | .NET, .NET Code Related, ASP.NET MVC, Software Architecture | By: twagner

I have been slogging my way through the MS MVC architecture. There are some good parts and some really hard to get used to parts. Some stuff just has me completely puzzled. For example when your used to setting an autopostback property on a drop down control, the need to have to hand code some [...]