Hi,
I am about to use this in my asp.net page and it works fine -
<ItemTemplate> <%# IIf(xPath("@title")Is Nothing, "", "<h3>Module: " & XPath("@title") & " </h3>" ) %> ....
My question is - "Is Nothing" the correct expression for this? I am very new to vb and asp.net. Basically, if there is no title tag nothing shows.
Cheers
Tania
Start Free Trial