G
Guest
What is wrong with the following if statement in my aspx page?
<%If #DataBinder.Eval(Container.DataItem, "locationType") <> "T" Then%>
I get error that says: BC30201: Expression expected.
<%If #DataBinder.Eval(Container.DataItem, "locationType") <> "T" Then%>
I get error that says: BC30201: Expression expected.