本文介绍了autopostback除了?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有其他方法可以快速获取
下拉列表的选定索引/值,而不是将autopostback属性设置为true? ...
我发现autopostback减速了......
经典asp中的
,曾经是request.form("<< name隐藏值>>")
.....
提前感谢
Hi,
Is there any other way to quickly grab the selected index/value of a
dropdownlist other using than the autopostback property to true? ...
I found the autopostback to slow down things....
in classic asp, there used to be request.form("<<name of a hidden value>>")
.....
thanks in advance
推荐答案
这篇关于autopostback除了?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!