Click to See Complete Forum and Search --> : check Radio Button


thechasboi
08-14-2007, 09:58 AM
I have a series of 5 radio buttons. Each a timing choice for the user. I store this data in a table. I get this info from the db and other to send to page on load. I seem to not be able to get the radio button to be checked upon page load. How can I accomplish this? I store the value of the radio in the db so when I retrieve I thought I could use that value to check the correct button. Thanks for the reply.

thechasboi
08-14-2007, 01:04 PM
I currently use javascript to achieve this goal but would like to use a server side script for this particular application. I use javascript for many other tings but I would love to use asp.net to achieve this. Thanks for the reply.