I am in a very funny but horrible issue
I have 3 AutoComplete Extenders in ModalPopUp in 3 different textboxes
textbox1 (implement sequence 3)
textbox2 (implement sequence 1)
textbox3 (implement sequence 2)
But they are working in sequence, like the textbox on what i have implemented AutoComplete at first, i have to start with that textbox.
If i start with 3rd textbox which is on top of form(1st textbox to be filled) it shows a very small invisible list.
If i select the element from invisible list(just by guess uing arrow key of keyboard ) the item get selected in textbox.
when i start with textbox2 then textbox 3 then textbox1 evrything is good means lists are visible
Please suggest what i have to do