brettler
Posts: 2
|
| Posted: 01/12/2006, 6:49 AM |
|
I am using CCS 3 and ASP.
I have a radio button using a List of Values (0;No;1;Yes). The problem is I always get one button (the No button) selected on showing the form. I have to have the user make a decision.
What am I missing?
|
 |
 |
dragoon
Posts: 173
|
| Posted: 01/12/2006, 7:18 AM |
|
the radio is bound to a column?
did you set the default value?
and where does it apply? record? grid?
|
 |
 |
brettler
Posts: 2
|
| Posted: 01/12/2006, 8:32 AM |
|
SInce the Data Source Type is "ListofValues" there is no column to bind to.
The control source is Boolean, so what would be the correct default value in this case?
Thank you,
|
 |
 |
dragoon
Posts: 173
|
| Posted: 01/12/2006, 8:14 PM |
|
well i can't reproduce your problem; i did'n use ASP, but C# -i got no time to test it in ASP.
maybe beacuse you forgot to put ';' after 'Yes' ?
|
 |
 |
|