J
Joe via DotNetMonster.com
Hi,
Within the HTML if I try to put an if statement, I get an error:
BC30201: Expression expected
This is a simplified example:
<%# If StoreNumber = "1" Then %>
<b>Store1</b>
<%# EndIf %>
Thanks
Within the HTML if I try to put an if statement, I get an error:
BC30201: Expression expected
This is a simplified example:
<%# If StoreNumber = "1" Then %>
<b>Store1</b>
<%# EndIf %>
Thanks