Hi All, I have two comboboxes and a button in a webpart. I want to populate values in Combo2 based on selection in Combo1. I tried to use selectedindexchanged event of Combo1 to populate values in Combo2 but it does not work. I tried to use javascript wo populate the values in combo2. It works fine....