ASP.net Conditions in Markup Using Bound Data
Posted by: The Code Project Latest Articles,
on 13 Jan 2012 |
View original | Bookmarked: 0 time(s)
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......