Compilation error using IF() operator in aspx page
I tried to use the IF() operator as suggested on this article I found on stackoverflow. I knew this was what I needed exactly to finish the aspx page I’m working on, but when I did use it, and every time I tried, I just get this error:
Compiler Error Message: BC30201: Expression expected.
Can anyone tell me how to get past this?
Error:
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30201: Expression expected








