I have written a selectedIndexChanged
event for combo on a web page in ASP.NET (C#).
This event is not called. When in debug, the control does not go into the code this event. What can be the reason?
Asked
Active
Viewed 1,238 times
4

Alex Aza
- 76,499
- 26
- 155
- 134

Khaleel Rehman
- 79
- 1
- 3
1 Answers
2
Set AutoPostBack
property to true
.
If it doesn't help, check this answer: DropDownList annoyance: same value won't trigger event