Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RadioButton not executing the first time clicked

Status
Not open for further replies.

ietprofessional

Programmer
Apr 1, 2004
267
US
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!
 
Make sure that the AutoPostBack property for the radio button is set to true.

quinnipiac0807
 
Additional Findings:

I've been testing this phenomonon and I've found that if I click on one of the check boxes, then the suspect radiobutton it works, but if the suspect radiobutton is the first control that is selected then it does execute its event.

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top