
December 7th, 2004, 03:43 AM
|
|
Contributing User
|
|
Join Date: Nov 2004
Posts: 52
Time spent in forums: 14 h 51 m 11 sec
Reputation Power: 4
|
|
|
Showing bin values as (radio?) buttons
I'm using an asp page to show values from a SQL server (read only). All works fine for text and numerical values, but anything which is a binary field shows up as a text value 'TRUE' or 'FALSE'. How can I show this in the .asp page as a button or tick box?
The syntax I'm using is like this:
Response.Write(objRS("fieldname"))
|