Possible Duplicate:
ASP.Net: DropDownList's SelectedIndexChanged event not firing
I created a new ASP.NET default website from Visual Studio. I have used a drop down list control on my .aspx page and set the data source for it, which is working fine.
However, I need to use the SelectedIndex_Changed
event for this DDlist
, which is not getting fired due to unknown reasons. I have tried putting breakpoints inside the event, but it doesn't even fall inside the function.
Any idea what could be wrong?