- November 2011 (6)
- October 2011 (3)
- July 2011 (1)
- February 2011 (3)
- January 2011 (2)
- November 2010 (1)
- October 2010 (1)
- September 2010 (1)
- August 2010 (1)
- July 2010 (1)
- June 2010 (1)
- April 2010 (1)
- February 2010 (4)
- January 2010 (2)
Tag Archives: code sample
Scripting with Editor Templates in ASP.NET MVC
One of my favorite things about MVC is its implementation of Editor Templates. Editor Templates are very useful to developers because they make code re-use an incredibly simple process. For example, if you need a specific user interface every time … Continue reading
Radio Button Group in ASP.NET MVC
I recently had the UI requirement that the user be able to choose from among a set of radio buttons. Of course, for a group of radio buttons to function properly, every radio button input must have the same name. … Continue reading