I've got a check for the first radiobutton in my group of ASP.NET radiobuttons. For some reason, the page loads and that first button is automatically checked, not that we're setting it to be checked..it must naturally check itself since it's the first in the group.
However, when I actually check that it's checked in an if statement (so that I can act on it) it returns false even though it's checked for sure when the page renders
myRadioButton.Checked
ends up with false. Not sure why.