This is a discussion on "[SOLVED] Presenting binary values" within the Classic ASP section. This forum, and the thread "[SOLVED] Presenting binary values are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Presenting binary values
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
[SOLVED] Presenting binary values
Based on a query on a SQL server, I can only get binary values to show as a text field 'FALSE' or 'TRUE'. How can I get it to show as something like a radio button instead?
|
|
|
|
#2
|
|||
|
|||
|
show some code please
|
|
#3
|
|||
|
|||
|
You need to use an if then statement to set the checked property of the radio button based on the value from your db.
|
|
#4
|
|||
|
|||
|
![]() |
| Tags |
| presenting, binary, values |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Saving values from checkboxes into MySql | karinne | PHP Forum | 7 | Jan 26th, 2008 16:58 |
| Presenting product | Craigj1303 | Web Page Design | 4 | May 22nd, 2007 15:09 |
| Setting Form Values to Previously Entered Values | masonbarge | PHP Forum | 6 | Oct 17th, 2006 17:36 |
| Assign string values to integer values of a session variable | Andy K | Classic ASP | 1 | Jul 13th, 2005 08:29 |
| Send Binary Data | vor | Classic ASP | 1 | Aug 21st, 2003 14:38 |