hi
in the form datasource ,i have a field which is radio button ..where i used modified method
based on the selection of radiobutton operation need to be performed ..
radiobutton name is termschange under which i created override method
how to use the condition that the field termschange value is either one of the enum value (0-amt ,1-percentage);
if termschange equals to 0 perform operation inside override method
help me to resolve