本文介绍了使用文件夹名称时,对default.aspx的第一个操作将被忽略的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个带几个下拉列表的aspx页面.当我浏览到http://localhost/folder/时,页面加载并且所有下拉列表都被填充.但是,第一个操作(例如,在下拉列表中选择一个项目)似乎被忽略了(下拉列表未显示所选值).第二次,一切正常.当我浏览到http://localhost/folder/default.aspx时,一切从第一次开始就进展顺利.知道有什么问题吗?

I have an aspx page with a few dropdownlists. When I browse to http://localhost/folder/ the page loads and all dropdownlists are populated. However, the first action (e.g. selecting an item in a dropdown list) seems to be ignored (the dropdownlist doesn''t show the selected value). The second time, everything goes OK. When I surf to http://localhost/folder/default.aspx, everything goes well from the first time. Any idea what can be wrong?

推荐答案


这篇关于使用文件夹名称时,对default.aspx的第一个操作将被忽略的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-05 06:27