TextBox TabIndex不适用于单行TextBox [英] TextBox TabIndex not working for the single Line TextBox

查看:101
本文介绍了TextBox TabIndex不适用于单行TextBox的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个简单的asp.net webform项目。我在它上面使用bootstrap,页面上有网格,并通过链接按钮打开网格模式弹出窗口。在这个模态弹出窗口中有3个输入(TextBox [单行])其中一个是readonly。使用tabindex打开此模态客户端用户后,当tabindex跳转到第二个文本框选择tabindex冻结时,如果我们再次单击另一个文本框tabindex。



我在这个文本框上做了自动完成但我用它无法解决?



请需要帮助。

I have a simple asp.net webform project. I am using bootstrap on it and there is grid on page and opening a modal popup from grid by a linkbutton. on this modal popup there are 3 input (TextBox[Single Line]) one of them is readonly. After open this modal client user using tabindex but when the tabindex jump on second textbox selection tabindex freezing, if we click another textbox tabindex working again.

I made Autocomplete on this textbox but i couldn't solve with it?

please need help.

推荐答案

它当然有效;此功能不依赖于您使用的输入类型。此外,它基于浏览器的标签导航功能,很难破坏很多(但可能你设法做了一些bug :-))。这肯定是您在更改代码时引入的其他一些错误。只需彻底检查一切。并且您需要使用一些修订控制系统,以便能够回溯您的步骤。我会说,如果你没有使用它,你就是在浪费时间,而不是真正的开发。



-SA
It most certainly does work; and this functionality does not depend on what kind of input you use. Moreover, it is based on the browser's tab navigation functionality which is hard to spoil much (but probably you managed to do it by some bug :-)). It's most certainly some other bug you've introduced when you changed your code. Just check up everything thoroughly. And you need to use some Revision Control System, to be able to retrace your steps. I would say, you are wasting your time if you are not using one, not really do development.

—SA


这篇关于TextBox TabIndex不适用于单行TextBox的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆