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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Radio button's checkedChanged

Status
Not open for further replies.

FederalProgrammer

Programmer
Jul 2, 2003
318
0
0
CA
Here's a beginner question:
why is it that my
Code:
Private sub rdi_checkedChanged(....) handles rdi.CheckedChanged
   'some code in here
end sub
doesn't handle the checkedChanged event of my radio button??

I put a break point by this even handler, and the code doesn't break as I change the check status of my radio buttons (however, my breakpoints on other functions do work!!)




---------------
 
are the radiobuttons set to auto postback?

--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
 
hmmmm, good question,
I'll let you know in about 7 hrs (sorry, i'm at work right now and the asp.net stuff are non-work relatedc ;)

Meanwhile, I've got to say, I just set the "group" of the radio button (They weren't set). So, now only the break point on one of the radio buttons works and only for the first time that the radio button is checked. Once the radio button is unchecked, and checked, the break point doesn't work again!!

cheers!




---------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top