If (acctRB.Checked == true)
{
Execute Business Code
}
feedback
|
|
Well, you don't need the
So what you have is pretty much correct. Just remove the | |||||||||
feedback
|
|
Bear in mind that IE is case insensitive while other browsers aren't. Your sample code will work for IE.... Rather do
It works for both IE and other major browsers....Or, if if checkbox id is
| |||
|
feedback
|