Yes ensure postback is true, as well as use ME.ddlDropdown1.selecteditem.text
here is an example: http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.listcontrol.selectedvalue.aspx On Tue, Dec 8, 2009 at 6:06 AM, vinay kumar <[email protected]>wrote: > dont use selected index use either selected > value/selecteditem.text/selecteditem.value > i thing selected index will never change > On Tue, Dec 8, 2009 at 12:14 PM, Sruthi <[email protected]> wrote: > >> Hi, >> >> Am facing a problem where the SelectedIndexChanged is not fired. I >> have to drop down lists in which the second dropdown has to be binded >> with the selected value of the first.. >> >> My problem is when i select the item in first dropdown, the page >> reloads but the value of the dropdown does not change and remains the >> initial value... >> >> But it works well in Firefox but not in IE >> >> Thanks in Advance... >> > > -- Keidrick Pettaway http://kpettaway.com
