Public Enum PlanTypes As Integer
Standard = 0
Interest = 1
Custom = 2
CustomInterest = 3
My bo has a field called plan_type which contains the integer key.
What value do I change in the RowPopulating event?
Thanks.