I have an update panel in which there is a place holder. I add rows of controls (radswitch) to the placeholder from code behind (denoting course list). Each time the radswitch is toggled, an associated server side method needs to be called. The code works up to this point. I added a term-selector RadComboBox item (denoting time frame such as semester and year) as a search filter to be passed on the back-end to filter the courses. This opened up a stubborn problem. Now the radswitch does not call its back-end method at all. It does postback but does not remember that it needs to call its associated method (RadSwitch_CheckedChanged).
radSwitch.CheckedChanged += new EventHandler(RadSwitch_CheckedChanged);Can someone help me with this issue? I have a spent a lot of time and am unable to understand what is going on?Appreciate your help! The front-end code is below
annapurna jonnalagaddaPosted Nov 16, 2021, 3:53 PM
Sachin SinghPosted Nov 16, 2021, 4:56 AM