Hello All,
I have a web form with 2 radio buttons in the radiobuttonlist control, this form can extends to second page and user can go from one page to another. In order to persist the radio button selection status, I persist a flag value using session/cache when loading the second page, then set back the selection status in Page_Load event of the first page. But when I try to switch to a different radio button in the first page, somehow it won’t trigger the radio button list SelectedIndexChanged event to do the swith. Does anybody have an idea what's going wrong here? Thanks a lot.
I have a web form with 2 radio buttons in the radiobuttonlist control, this form can extends to second page and user can go from one page to another. In order to persist the radio button selection status, I persist a flag value using session/cache when loading the second page, then set back the selection status in Page_Load event of the first page. But when I try to switch to a different radio button in the first page, somehow it won’t trigger the radio button list SelectedIndexChanged event to do the swith. Does anybody have an idea what's going wrong here? Thanks a lot.