how to retain the values of radio buttons back from databese?
for example,
if user provided with 3 options (red, blue & green)
if a user selected green(the value is stored in database)
then next time he/she returning to the same page, previously selected option green radio button need to be selected not default button or else selected
values are got back by using query.
Thnx...