hi friends,
i am using two dropdownlistboxes when i select an item in the dropdownlistbox1 second dropdownlistbox contains filter value based on dropdownlistbox1...but selectedchagedindex event for dropdownlistbox1 is not fired....how to solve this.....
Loading
Satyapriya NayakPosted Feb 10, 2012, 8:55 AM
DropDownList1.AutoPostBack = true;
Thanks
sheetalPosted Feb 10, 2012, 8:08 AM
Please check your 1st dropdownlist autopostback property. It must be set to false. Make it true and run it again.
Thanks