DropDownList and AJAX

Hello all…

I want to ask about the problem i faced in my current task now…

I have a dropDownList, and i want to changed some text or my be GridView below that dropdownlist, to show some text value (just for display only) based on changed that happened in the dropDownList,

I guess it will use ajax, but i come from desktop environment, and this is my first project in web app since i studied in college.

Can anyone help me with example or anything else… ??

I appreciate you all…

Thanks a lot…

God Bless You

Yii uses Jquery as a built in JS library. You can read about JQuery’s ajax functions in the following URL:

http://api.jquery.com/category/ajax/