Eval Statements Don't Access Fields
I tried to define the following:
Public Class EvaluationCriteria
Public DisplayText As String
Public IsMet As Boolean = False
Hoping that I could get away with this. Turns out, as these two values are referenced in binding via the Eval() method, these don't work correctly. So it turns out, fields dont' necessarily work correctly with Eval. Didn't know that until I was trying to shortcut 