开发者

ASP.NET combo selectedIndexChanged event is not called

开发者 https://www.devze.com 2023-03-09 06:36 出处:网络
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 ca

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?


Set AutoPostBack property to true.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消