ChrisNTR

Just another web developer weblog

  • WebForm Gripe - Getting LinkButton to work without Javascript.

    WebForms is a sort of love/hate thing for me. There are some things I love about WebForms and then there's quite a few things that really cause me a lot of pain. Sadly, the ones that cause me a lot of pain are the ones that stand out. I might turn these into a little series - depending on how many of these gripes show up and how many I can remember! Most of these gripes are probably me just not understanding WebForms correctly, I'm willing to learn so any pointers in the right direction would be good.

  • First look at Monorail..

    I might be behind the times a little bit but for various different reasons I have delved back into the world of MVC for ASP.NET with Monorail - an open source framework which runs on top of C# and ASP.NET. It strikes me as a very similar way to approaching web development as using Smarty - a templating language for use with PHP. Simple, easy to understand the logic between the code and the html.