Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Boolean value on radio button
Message
De
03/08/2001 11:19:36
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Boolean value on radio button
Divers
Thread ID:
00539408
Message ID:
00539408
Vues:
39
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.
Répondre
Fil
Voir

Click here to load this message in the networking platform