I want to show certain parts of an ItemTemplate based according to whether a bound field is null. Take for example the following code:
ItemTemplate
(Code such a
What about binding the "Visible" property of a control to your condition? Something like:
Link