ASP.Net checkbox to return a "Yes" or "No" value (instead of True / False)
Posted
by user279521
on Stack Overflow
See other posts from Stack Overflow
or by user279521
Published on 2010-03-12T19:40:51Z
Indexed on
2010/03/12
19:47 UTC
Read the original article
Hit count: 97
c#
|asp.net-3.5
I am using C# and ASP.Net 3.5, and trying to get a "Yes" / "No" value from checkbox, rather than a True / False. Is there an easy way or do I need to do "if" statements?
© Stack Overflow or respective owner