Regarding DropdownChoice

2008-12-30 Thread Nilesh More
Hi, I am using a dropdown list to display some values. When I am selection any one from the list it should be saved in the preferences. I want to get the value that I have selected from the list in some variable on the same page. Can anybody please give me the solution? Thanks and

Re: Regarding DropdownChoice

2008-12-30 Thread Dipu
i think you have two options here 1. you can add an AjaxFormComponentUpdatingBehavior to the dropdown or 2. override wantOnSelectionChangedNotifications method of the dropdown choice first one as the name says is ajax based and second one will do roundtrip Dipu On Tue, Dec 30, 2008 at 9:20