本文介绍了在Asp.net中未触发Ajax ComboBox SelectedIndexChanged事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个ajax组合框,当我选择任何一项时,所选索引更改事件不会触发.但是,当我离开控件时,会触发选定的索引更改事件
I have an ajax combo box which selected index changed event does not fire when i select any one item. But when i leave the control the selected index changed event fired
推荐答案
这篇关于在Asp.net中未触发Ajax ComboBox SelectedIndexChanged事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!