Browse by Tags

Related Posts

  • MVCToolkit and nulls

    Hi I'd like the MVCToolkit to be tolerant of nulls. I've been using ?? "" to avoid the null errors. <%= Html.TextBox( "Name", ViewData.Name ?? "" ) %> As an aside, I'm really excited about extension methods, cos you can call them on null objects!!!!!! public...
    Posted to ASP.NET MVC (Forum) by tgmdbm on 12-19-2007, 12:00 AM
    Filed under: MVCToolkit, suggestion, Extension methods
  • Re: MVCToolkit and nulls

    +1, NRE's in views are a pain.
    Posted to ASP.NET MVC (Forum) by abombss on 12-19-2007, 12:00 AM
    Filed under: MVC, MVCToolkit, suggestion
Page 1 of 1 (2 items)