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.
是我还是Page.Form.DefaultButton在没有输入的页面中似乎不起作用?我尝试查找此信息,但一无所获。因为现在我在一个设置默认按钮的页面上,这根本不起作用。
Page.Form.DefaultButton
我似乎记得这是一个已知问题。
您还可以在 an 上设置 DefaultButton <asp:Panel>- 您这样做是否可行?
<asp:Panel>
实际上进一步考虑它我认为如果你在页面上添加一个隐藏的输入它也可以解决你的问题。
尝试将默认按钮设置为特定面板或内容。
试试让我知道....