本文介绍了Hai Friends我在Asp.Net上有一个关于更新面板的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在我的网页中
state combobox1 ----- autopostback = true
区域组合框----- autopostback = true
city combobox3
每当我们选择状态时,由于autopostback需要一些时间(2s或3s)加载或打开
最后myproblem是
如何在combobox1和combobox2上使用更新面板
thankx
in my web page
state combobox1-----autopostback=true
District combobox2-----autopostback=true
city combobox3
whenever we select state it will take some time(2s or 3s) to load or open because of autopostback
finally myproblem is
how to use update panel on combobox1 and combobox2
thankx
推荐答案
这篇关于Hai Friends我在Asp.Net上有一个关于更新面板的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!