Always remain updated about current software development trends

Articles by ASPDOTNETDEV

Call Functions Until One Meets Condition

Call a series of functions until the return value meets a condition without a chained-if or short-circuiting.

ASP.NET Conditions in Markup Using Bound Data

You can't use an if statement in a bound code block, but you can still use conditions in your markup based on bound data.

ASP.net Conditions in Markup Using Bound Data

C# Version (VB.NET Version)Have you ever tried to use an if statement in combination with data binding? You can't do this (can't use an if statement in this type of code block):And you can't do this (can't data bind in this type of code block):<% if...

  • Page 1 of 1
  •