hi sruthi, send me ur logic/page On Tue, Dec 8, 2009 at 10:01 PM, Sruthi <[email protected]> wrote:
> i have checked all these conditions as u people said... but even then > i am getting the same error... > > the page reloads but the control remains with the initial value > alone.. > > On Dec 8, 8:11 pm, KeidrickP <[email protected]> wrote: > > 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.lis... > > > > 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 >
