Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Boolean value on radio button
Message
From
03/08/2001 11:19:36
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Boolean value on radio button
Miscellaneous
Thread ID:
00539408
Message ID:
00539408
Views:
38
hey everyone,
i am having a problem with my web page not updating a radio button value for me. what i have is two radio buttons with the options yes and no. here is the code i have to tell whether it is yes or no?

i use Input type='radio' name='name' Value= '1'" &
IIf(blnValue = "1", " checked", "") & "> Yes  "

i use input type='radio' name='name' Value= '0'" &
IIf(blnValue = "0", "", "checked") & "> No"

no matter how i update, the value is always 'No'. does anyone have any suggestions. thanks.

this is the ammended version the first question actually put a radio button.
Reply
Map
View

Click here to load this message in the networking platform