Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在母版页中放置了退出按钮。我有一个使用该母版页的页面,并且在此页面中也有更新面板。当我单击退出按钮时,它不起作用。当我使用锚标签时,它可以工作,但我想使用 Button。
谢谢,
如果您对某些输入字段使用必填字段验证,则可能会发生这种情况。尝试
原因验证 =“假”
用于按钮控制和检查。希望这对你有帮助。
我有同样的问题,我解决了删除嵌套在 asp Content 占位符中的主 div。对我来说,插入母版页的所有控件、按钮、下拉框等都被冻结了。