4

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?

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

1 Answers1

2

Set AutoPostBack property to true.

If it doesn't help, check this answer: DropDownList annoyance: same value won't trigger event

Community
  • 1
  • 1
Alex Aza
  • 76,499
  • 26
  • 155
  • 134