Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 set radio buttons

Author  Topic 

alpoor
Starting Member

29 Posts

Posted - 2005-08-29 : 17:23:11
I have 10 sets of radio buttons (yes/no/NA)... in a webform
I have to set these radio buttons based on the values retrieved
from database table. For every set I have corresponding
field in the database table. These fields contains yes or no or n/a values.
What is the easiest way of setting these radio buttons sets based on the these field values
instead of checking each field value and set the each radio button.
   

- Advertisement -