Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites


ASP Insider Follow Me On Twitter

August 2007 - Posts

If Without an If
Any programmer with a few minutes of experience knows how to use an If statement. Of course each language implements the common logical operator slightly differently syntactically, the results are the same. There are variations, such as If Else, IIF, Read More...