you were not very descriptive here. are you dealing with server side or client side controls
i am amusing you are using a standard select with a textbox $("#myselectbox").change(function() { $("#mytextinput").attr({ value: $(this).val() }); }); On Wed, Jun 17, 2009 at 9:38 AM, ransacker <rettaikulam...@gmail.com> wrote: > > how to set selected optionvalue in activeDropDownList in yii to an > activeTextField >