I am looking to evaluate two strings from my dataset to identify a class description using a ternary operator. I continue to get a compiler error when running this code stating
Try this
<%#Eval("Status").ToString()=="1" ? "ClubMember" : "Free User" %>