Click here to Skip to main content
16,016,477 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have two radioButtonList Control.
i want to control 2nd RBL on selectedIndexChange event from 1st RBL.using Update Panel so as to apply partial page update.
Posted

1 solution

Sounds straight forward. Try out.

Either put both the controls in update panel and just handle the first radio buttonlist selectedindex change in code behind. OR keep second radio button in Update panel having first radio button control's selectedindexchange as a async trigger. Rest all will be automatically handled by AJAX controls.

To have some knowledge on UpdatePanel in case needed:
Here you go:
UpdatePanel Control Overview[^]
UpdatePanel control[^]
UpdatePanel Class[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900