Dynamic Drop down box doesn't fire event

shf

New member
Joined
Dec 7, 2006
Messages
3
Programming Experience
Beginner
hello

I dynamically populate my drop down box but when i change the index it doesn't fire the SelectedIndexChanged event. i fill the drop down box on the page load and only if the page is not post back and i think i should set the drop down control post back property to false in oreder to be abel to select different options.

Any ways my problem is the SelectedIndexChanged event doesn't fire.
Could any one please help please.

Thank you very much
 
You must set AutoPostBack=True for the DropDownList.
 
even postback set to true doesn't fire the event

but even if set the postback propoerty of the drop down box to true it won't fire the event still. Any ideas??
 
Please post code that reproduces the problem, because I don't see how you do that.
 
Back
Top