ietprofessional
Programmer
Has anyone had one of their radiobuttons not execute the first time you click it? I have to click on another radiobutton and back to the first again to get it to execute through this method:
rdoMonth_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles rdoMonth.CheckedChanged
What can I do to fix this?
Thanks!
rdoMonth_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles rdoMonth.CheckedChanged
What can I do to fix this?
Thanks!