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.
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 webformI have to set these radio buttons based on the values retrieved from database table. For every set I have correspondingfield 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 valuesinstead of checking each field value and set the each radio button. |
|
|
|
|