设置 Tab 键顺序但无法正常工作?
我的内容页面有一个母版页。在内容页面中,我指定了 Tab 键顺序,但它无法正常工作。按选项卡在内容页面中进行初始控制后,控制将转到来自母版页的一些控件。
我什至看到母版页选项卡顺序根本没有设置。知道为什么会发生这种情况吗?如何纠正呢?
My content page has a master page. In the content page I have specified a tab order, but it is not working correctly. After initial control in content page on pressing tab, control go to some controls that are coming from master page.
I even have seen master page tab order is not set there at all. Any idea please why it is happening? How to correct it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的选项卡索引从哪里开始?尝试从 1 开始。另外,您可以为该控件分配一组 Tab 键顺序,例如 10-20,但您不在母版页上使用这些值。
Where does your tab index start? Try starting at 1. Also, you could assign a set of tab orders for that control, say 10-20 where you don't use those values on the masterpage.