Hello,
Is there a way to have the radio buttons display values different than the database insert values? For example, I have two radio button choices for the user, let's say "House" and "Condo," but the field for that is a char(1) and the inserted value should be "H" or "C." I know this is possible in HTML by just supplying a value for each radio button option, but I can't figure it out in ASPRunner.
Thanks,
Ray