Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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.
Posted
Updated 27-Feb-15 2:54am
v2
Comments
ZurdoDev 27-Feb-15 8:48am    
1. This is a volunteer site so please stop with the hurry up stuff.
2. Click Improve question and post relevant code. You want help quickly but haven't given us enough information to be able to help you at all.
vbmike 27-Feb-15 8:54am    
Turn off the autocomplete on the textbox and see if that makes any difference. Autocomplete loads when the control is in focus maybe and is slowing things down?
CHill60 27-Feb-15 8:57am    
This is where we discover the OP has 1,000,000 options for autocomplete ;-)
vbmike 27-Feb-15 9:02am    
;-)
vbmike 27-Feb-15 9:05am    
Hello? You were in a hurry and a few people are responding...you should respond as well....are you there?

1 solution

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
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900